]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.cc
do not pollute namespace in the headers with using (Closes: #500198)
[apt.git] / apt-pkg / depcache.cc
index f816630aef900a0a4b4813175e733d2b2e9e4e92..529085b4a978fe563ee7f4d0b6ad0595d3ecd309 100644 (file)
@@ -32,6 +32,9 @@
 
 #include <apti18n.h>
                                                                        /*}}}*/
+
+using std::string;
+
 // helper for Install-Recommends-Sections and Never-MarkAuto-Sections  /*{{{*/
 static bool 
 ConfigValueInSubTree(const char* SubTree, const char *needle)