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.h7
1 files changed, 7 insertions, 0 deletions
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 <vector>
#include <apt-pkg/macros.h>
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/vendor.h>
+#include <apt-pkg/configuration.h>
+using std::string;
+using std::vector;
+#endif
+
class Vendor;
class Configuration;