diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:17 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:17 +0000 |
commit | aebbb9d05fb99e26e18c17e7e02de5bee291a6d0 (patch) | |
tree | f8a57dc477ce9050ace28ef3d00fb8725dd3a8a2 | |
parent | 47db89970b749eb28a4fd616fc944c00b5153a62 (diff) |
G++3 fixes from Randolph
Author: jgg
Date: 2001-05-29 04:41:08 GMT
G++3 fixes from Randolph
-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) { |