From aebbb9d05fb99e26e18c17e7e02de5bee291a6d0 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:17 +0000 Subject: G++3 fixes from Randolph Author: jgg Date: 2001-05-29 04:41:08 GMT G++3 fixes from Randolph --- test/hash.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') 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 #include #include +#include + +using namespace std; template void Test(const char *In,const char *Out) { -- cgit v1.2.3