do not pollute namespace in the headers with using (Closes: #500198)
[ntk/apt.git] / apt-pkg / vendorlist.cc
index 731f11a..2ccb556 100644 (file)
@@ -10,6 +10,9 @@
 
 #include <apt-pkg/vendorlist.h>
 
+using std::string;
+using std::vector;
+
 pkgVendorList::~pkgVendorList()
 {
    for (vector<const Vendor *>::const_iterator I = VendorList.begin();