* test/libapt/assert.h, test/libapt/run-tests:
[ntk/apt.git] / apt-inst / filelist.h
index 8676625..0405d61 100644 (file)
 #ifndef PKGLIB_FILELIST_H
 #define PKGLIB_FILELIST_H
 
-
-
 #include <apt-pkg/mmap.h>
 
+#include <cstring>
+#include <string>
+
 class pkgFLCache
 {
    public:
@@ -48,7 +49,7 @@ class pkgFLCache
    class DiverIterator;
    
    protected:
-   string CacheFile;
+   std::string CacheFile;
    DynamicMMap &Map;
    map_ptrloc LastTreeLookup;
    unsigned long LastLookupSize;