X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a1e68c33ac15be454984b00d62c7fc331bd0b32b..d5648746d4d4ea3f71aae5578a42050385e7b61d:/apt-pkg/metaindex.h diff --git a/apt-pkg/metaindex.h b/apt-pkg/metaindex.h index 9cc79a7a6..5783735ff 100644 --- a/apt-pkg/metaindex.h +++ b/apt-pkg/metaindex.h @@ -6,6 +6,13 @@ #include #include +#ifndef APT_8_CLEANER_HEADERS +#include +#include +#include +using std::string; +#endif + class pkgAcquire; class pkgCacheGenerator; class OpProgress;