summaryrefslogtreecommitdiff
path: root/apt-pkg/vendor.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/vendor.h')
-rw-r--r--apt-pkg/vendor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/vendor.h b/apt-pkg/vendor.h
index 9b157378c..6484adf9b 100644
--- a/apt-pkg/vendor.h
+++ b/apt-pkg/vendor.h
@@ -6,6 +6,10 @@
#include <apt-pkg/macros.h>
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+#endif
+
// A class representing a particular software provider.
class __deprecated Vendor
{