X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0be7a32e21dca2e96ce46f6e5b701011aea76586..3eb5fb766d5faa117ab82b93b0e909011af860e1:/apt-inst/filelist.h diff --git a/apt-inst/filelist.h b/apt-inst/filelist.h index 86766254f..0405d61df 100644 --- a/apt-inst/filelist.h +++ b/apt-inst/filelist.h @@ -28,10 +28,11 @@ #ifndef PKGLIB_FILELIST_H #define PKGLIB_FILELIST_H - - #include +#include +#include + class pkgFLCache { public: @@ -48,7 +49,7 @@ class pkgFLCache class DiverIterator; protected: - string CacheFile; + std::string CacheFile; DynamicMMap ⤅ map_ptrloc LastTreeLookup; unsigned long LastLookupSize;