do not pollute namespace in the headers with using (Closes: #500198)
[ntk/apt.git] / test / libapt / strutil_test.cc
index af6eb2c..bfe0d72 100644 (file)
@@ -4,7 +4,7 @@
 
 int main(int argc,char *argv[])
 {
-   string input, output, expected;
+   std::string input, output, expected;
 
    // no input
    input = "foobar";