diff options
Diffstat (limited to 'test/hash.cc')
-rw-r--r-- | test/hash.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/hash.cc b/test/hash.cc index 5c05d9608..5334c0331 100644 --- a/test/hash.cc +++ b/test/hash.cc @@ -1,6 +1,9 @@ #include <apt-pkg/md5.h> #include <apt-pkg/sha1.h> #include <apt-pkg/strutl.h> +#include <iostream> + +using namespace std; template <class T> void Test(const char *In,const char *Out) { |