X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/255c9e4b74fe677d723c51d3450869ad45ca5463..48fd4181ad0261d5f3e8894dcbfccfaea1530645:/apt-pkg/cachefilter.h?ds=inline diff --git a/apt-pkg/cachefilter.h b/apt-pkg/cachefilter.h index 81ae1383c..6d10d1163 100644 --- a/apt-pkg/cachefilter.h +++ b/apt-pkg/cachefilter.h @@ -7,6 +7,7 @@ #define APT_CACHEFILTER_H // Include Files /*{{{*/ #include +#include #include @@ -72,6 +73,7 @@ public: bool operator() (pkgCache::VerIterator const &Ver); ~PackageArchitectureMatchesSpecification(); }; + /*}}}*/ #else