summaryrefslogtreecommitdiff
path: root/test/extract-control.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/extract-control.cc')
-rw-r--r--test/extract-control.cc2
1 files changed, 2 insertions, 0 deletions
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 <iostream>
#include <unistd.h>
+using namespace std;
+
bool ExtractMember(const char *File,const char *Member)
{
FileFd Fd(File,FileFd::ReadOnly);