do not pollute namespace in the headers with using (Closes: #500198)
[ntk/apt.git] / test / libapt / parsedepends_test.cc
index 7b49687..b5d92d9 100644 (file)
@@ -4,8 +4,8 @@
 #include "assert.h"
 
 int main(int argc,char *argv[]) {
-       string Package;
-       string Version;
+       std::string Package;
+       std::string Version;
        unsigned int Op = 5;
        unsigned int Null = 0;
        bool StripMultiArch = true;