apt-key del: Ignore case when checking if a keyid exists in a keyring.
[ntk/apt.git] / apt-pkg / policy.h
index 3c8246e..f15d8c0 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
 {