revert 2184.1.2: do not pollute namespace in headers
[ntk/apt.git] / apt-pkg / metaindex.h
index 9cc79a7..0f95257 100644 (file)
@@ -6,6 +6,10 @@
 #include <apt-pkg/pkgcache.h>
 #include <apt-pkg/indexfile.h>
 
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+#endif
+
 class pkgAcquire;
 class pkgCacheGenerator;
 class OpProgress;