cleanup headers and especially #includes everywhere
[ntk/apt.git] / apt-pkg / pkgrecords.h
index ca0984b..b5237b3 100644 (file)
@@ -17,8 +17,9 @@
 #ifndef PKGLIB_PKGRECORDS_H
 #define PKGLIB_PKGRECORDS_H
 
-
 #include <apt-pkg/pkgcache.h>
+
+#include <string>
 #include <vector>
 
 class pkgRecords                                                       /*{{{*/