X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0fffbc8ce4cb6357f59db63db5571f46a668a66b..9179f697ed4796a86f820b516f034fd679e48be4:/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;