X-Git-Url: http://git.hcoop.net/ntk/apt.git/blobdiff_plain/89d88ac3ef3f82fdfeac6d8d231deddeeb0f02e9..949d2e98a0fc00afc6e9cf78a724d0d578a3ca2a:/apt-pkg/vendorlist.h diff --git a/apt-pkg/vendorlist.h b/apt-pkg/vendorlist.h index 733d23a3..bc3702a9 100644 --- a/apt-pkg/vendorlist.h +++ b/apt-pkg/vendorlist.h @@ -17,10 +17,17 @@ #include #include +#ifndef APT_8_CLEANER_HEADERS +#include +#include +using std::string; +using std::vector; +#endif + class Vendor; class Configuration; -class __deprecated pkgVendorList +class APT_DEPRECATED pkgVendorList { protected: std::vector VendorList;