]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/policy.h
fix 'Source' to 'Package' rename in apt-ftparchive
[apt.git] / apt-pkg / policy.h
index 3c8246e3b179efc3884924678401b4d70a7a2394..f15d8c0a019e8bcf8c748235651b26101a2b82b3 100644 (file)
 #ifndef PKGLIB_POLICY_H
 #define PKGLIB_POLICY_H
 
-
 #include <apt-pkg/depcache.h>
+#include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
 #include <apt-pkg/versionmatch.h>
+
 #include <vector>
+#include <string>
+
+#ifndef APT_8_CLEANER_HEADERS
+using std::vector;
+#endif
 
 class pkgPolicy : public pkgDepCache::Policy
 {