X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/70dd8bf416532654626ac693a145fd275bb8092a..5a8748f187da8fa666e28ee24360ca9842e35b3c:/test/extract-control.cc diff --git a/test/extract-control.cc b/test/extract-control.cc index 125088896..29dcbf371 100644 --- a/test/extract-control.cc +++ b/test/extract-control.cc @@ -4,6 +4,8 @@ #include #include +using namespace std; + bool ExtractMember(const char *File,const char *Member) { FileFd Fd(File,FileFd::ReadOnly);