]> git.saurik.com Git - apt.git/blobdiff - test/extract-control.cc
* Get self-tests compiling again, updated for latest li...
[apt.git] / test / extract-control.cc
index 1250888964ce56e287760d01520c043ed40e6da8..29dcbf371bdaf68663dcfb753f0815269bc2fd15 100644 (file)
@@ -4,6 +4,8 @@
 #include <iostream>
 #include <unistd.h>
 
+using namespace std;
+
 bool ExtractMember(const char *File,const char *Member)
 {
    FileFd Fd(File,FileFd::ReadOnly);