]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/metaindex.h
ensure that apti18n.h is included last as advertised (Closes: #671623)
[apt.git] / apt-pkg / metaindex.h
index 9cc79a7a62a43f0e041d6803361ce2d7eecaf1df..5783735ff32e9925247c699438cdcc38ec423299 100644 (file)
@@ -6,6 +6,13 @@
 #include <apt-pkg/pkgcache.h>
 #include <apt-pkg/indexfile.h>
 
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/srcrecords.h>
+#include <apt-pkg/pkgrecords.h>
+#include <apt-pkg/vendor.h>
+using std::string;
+#endif
+
 class pkgAcquire;
 class pkgCacheGenerator;
 class OpProgress;