]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefilter.h
make GetLocalitySortedVersionSet more generic
[apt.git] / apt-pkg / cachefilter.h
index 81ae1383cada54045c3ca26b1b2e39fcfca822eb..6d10d1163a23598c884789b2d194a52d399f8732 100644 (file)
@@ -7,6 +7,7 @@
 #define APT_CACHEFILTER_H
 // Include Files                                                       /*{{{*/
 #include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
 
 #include <string>
 
@@ -72,6 +73,7 @@ public:
        bool operator() (pkgCache::VerIterator const &Ver);
        ~PackageArchitectureMatchesSpecification();
 };
+                                                                       /*}}}*/
 
 #else