]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debmetaindex.h
fix crash in order writing in pkgDPkgPM::WriteApportReport()
[apt.git] / apt-pkg / deb / debmetaindex.h
index cef8d68f751e8199ddb782fa0b9df48514e30fcb..2286fa8b2c88e63bb376e7eeb4ca783464432545 100644 (file)
@@ -3,7 +3,7 @@
 #define PKGLIB_DEBMETAINDEX_H
 
 #include <apt-pkg/metaindex.h>
-#include <apt-pkg/init.h>
+#include <apt-pkg/macros.h>
 
 #include <map>
 #include <string>
 #ifndef APT_8_CLEANER_HEADERS
 #include <apt-pkg/sourcelist.h>
 #endif
+#ifndef APT_10_CLEANER_HEADERS
+#include <apt-pkg/init.h>
+#endif
+
+class pkgAcquire;
+class pkgIndexFile;
 
 class debReleaseIndex : public metaIndex {
    public: