g++ 4.7 fixes
[ntk/apt.git] / apt-pkg / acquire.h
index 9377240..3d5d7a4 100644 (file)
 #include <sys/time.h>
 #include <unistd.h>
 
+#ifndef APT_8_CLEANER_HEADERS
+using std::vector;
+using std::string;
+#endif
+
 class pkgAcquireStatus;
 
 /** \brief The core download scheduler.                                        {{{