summaryrefslogtreecommitdiff
path: root/apt-pkg/vendorlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/vendorlist.h')
-rw-r--r--apt-pkg/vendorlist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apt-pkg/vendorlist.h b/apt-pkg/vendorlist.h
index 733d23a32..4e050477f 100644
--- a/apt-pkg/vendorlist.h
+++ b/apt-pkg/vendorlist.h
@@ -17,6 +17,11 @@
#include <vector>
#include <apt-pkg/macros.h>
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+using std::vector;
+#endif
+
class Vendor;
class Configuration;