diff options
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 |