diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:51 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:51 +0000 |
commit | 0a84390105eee4349d30bb40be9f45f68468308f (patch) | |
tree | 8be36733a78a13749c5c089488e46e5f27619a08 /apt-pkg/pkgcache.h | |
parent | 5871718bb413ac072b3c2c4b4b88f7e328a18841 (diff) |
G++3 fixes from Randolph
Author: jgg
Date: 2001-05-07 04:24:08 GMT
G++3 fixes from Randolph
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r-- | apt-pkg/pkgcache.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index f2b1c39fa..0d62c647a 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: pkgcache.h,v 1.23 2001/02/20 07:03:17 jgg Exp $ +// $Id: pkgcache.h,v 1.24 2001/05/07 04:24:08 jgg Exp $ /* ###################################################################### Cache - Structure definitions for the cache file @@ -26,6 +26,8 @@ #include <string> #include <time.h> #include <apt-pkg/mmap.h> + +using std::string; class pkgVersioningSystem; class pkgCache |