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