revert 2184.1.2: do not pollute namespace in headers
[ntk/apt.git] / apt-pkg / cdrom.h
index 319254f..4fcf5ab 100644 (file)
@@ -4,6 +4,10 @@
 #include<string>
 #include<vector>
 
+#ifndef APT_8_CLEANER_HEADERS
+using namespace std;
+#endif
+
 class Configuration;
 class OpProgress;