]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.h
fix the remaining lzma calls with xz --format=lzma in the testcases
[apt.git] / apt-pkg / acquire.h
index 93772403d5c37e8b369698d3ef05e726636fd261..3d5d7a4b78a9aa522af324e04537f52289995213 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.                                        {{{