X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b2e465d6d32d2dc884f58b94acb7e35f671a87fe..2004d64720b396ae2dc9d2a7f6bf7859d6d7ee9b:/apt-inst/filelist.h?ds=sidebyside diff --git a/apt-inst/filelist.h b/apt-inst/filelist.h index 7536a2f63..0405d61df 100644 --- a/apt-inst/filelist.h +++ b/apt-inst/filelist.h @@ -28,12 +28,11 @@ #ifndef PKGLIB_FILELIST_H #define PKGLIB_FILELIST_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/filelist.h" -#endif - #include +#include +#include + class pkgFLCache { public: @@ -50,7 +49,7 @@ class pkgFLCache class DiverIterator; protected: - string CacheFile; + std::string CacheFile; DynamicMMap ⤅ map_ptrloc LastTreeLookup; unsigned long LastLookupSize;