summaryrefslogtreecommitdiff
path: root/test/conf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/conf.cc')
-rw-r--r--test/conf.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/conf.cc b/test/conf.cc
index c44161426..340647b5f 100644
--- a/test/conf.cc
+++ b/test/conf.cc
@@ -1,6 +1,8 @@
#include <apt-pkg/configuration.h>
#include <apt-pkg/error.h>
+using namespace std;
+
int main(int argc,const char *argv[])
{
Configuration Cnf;