diff options
Diffstat (limited to 'test/extract-control.cc')
-rw-r--r-- | test/extract-control.cc | 2 |
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); |