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