]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefilter.cc
Add new Debug::RunScripts option
[apt.git] / apt-pkg / cachefilter.cc
index 57b9af15987e1a4bebe02a80dfc03ac57ef5f1b7..e388f2450cfa0f665ea44b34a3dd9b6f9e06d86d 100644 (file)
@@ -9,10 +9,12 @@
 #include <apt-pkg/cachefilter.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
 #include <apt-pkg/strutl.h>
+#include <apt-pkg/macros.h>
 
 #include <string>
-
+#include <string.h>
 #include <regex.h>
 #include <fnmatch.h>