]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/vendorlist.cc
* apt-pkg/sourcelist.cc:
[apt.git] / apt-pkg / vendorlist.cc
index 4cc500727bd8cf58010d59777e9184a3459c9935..ecfc7db878aa46c291933714d0103a15e494574c 100644 (file)
@@ -1,13 +1,20 @@
+#include<config.h>
+
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/error.h>
+#include <apt-pkg/configuration.h>
 #include <apti18n.h>
 
 #if __GNUC__ >= 4
        #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
 #endif
 
+#include <apt-pkg/vendor.h>
 #include <apt-pkg/vendorlist.h>
 
+using std::string;
+using std::vector;
+
 pkgVendorList::~pkgVendorList()
 {
    for (vector<const Vendor *>::const_iterator I = VendorList.begin();