summaryrefslogtreecommitdiff
path: root/apt-pkg/cdrom.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/cdrom.h')
-rw-r--r--apt-pkg/cdrom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/cdrom.h b/apt-pkg/cdrom.h
index 319254fd0..4fcf5abcd 100644
--- a/apt-pkg/cdrom.h
+++ b/apt-pkg/cdrom.h
@@ -4,6 +4,10 @@
#include<string>
#include<vector>
+#ifndef APT_8_CLEANER_HEADERS
+using namespace std;
+#endif
+
class Configuration;
class OpProgress;