]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
g++ 4.7 fixes
[apt.git] / apt-pkg / deb / dpkgpm.h
index 6b62360b7a14797a440eab7054b11153aed00c80..aab39f633a9a1e4c3a5018102d939899deadb98c 100644 (file)
 #include <map>
 #include <stdio.h>
 
+#ifndef APT_8_CLEANER_HEADERS
+using std::vector;
+using std::map;
+#endif
+
 class pkgDPkgPMPrivate;
 
 class pkgDPkgPM : public pkgPackageManager