X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/472ff00ef2e48383805d281c6364ec27839e3f4d..304731b8f23e03d15d1c2d6f66e1bf5f26ac0ca2:/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;