X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/472ff00ef2e48383805d281c6364ec27839e3f4d..dabb215cb8c4b074d286737da523d8ef14381468:/apt-pkg/vendorlist.h diff --git a/apt-pkg/vendorlist.h b/apt-pkg/vendorlist.h index 733d23a32..a86ccde7c 100644 --- a/apt-pkg/vendorlist.h +++ b/apt-pkg/vendorlist.h @@ -17,6 +17,13 @@ #include #include +#ifndef APT_8_CLEANER_HEADERS +#include +#include +using std::string; +using std::vector; +#endif + class Vendor; class Configuration;