]> git.saurik.com Git - apt.git/blobdiff - apt-inst/filelist.h
its --with-new-pkgs
[apt.git] / apt-inst / filelist.h
index 7536a2f630ba56fe1945c269a321805f017899d2..0405d61dfca7e875a4071f3856cacfa0f69debe9 100644 (file)
 #ifndef PKGLIB_FILELIST_H
 #define PKGLIB_FILELIST_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/filelist.h"
-#endif
-
 #include <apt-pkg/mmap.h>
 
+#include <cstring>
+#include <string>
+
 class pkgFLCache
 {
    public:
@@ -50,7 +49,7 @@ class pkgFLCache
    class DiverIterator;
    
    protected:
-   string CacheFile;
+   std::string CacheFile;
    DynamicMMap &Map;
    map_ptrloc LastTreeLookup;
    unsigned long LastLookupSize;