]> git.saurik.com Git - apt.git/commitdiff
G++3 fixes from Randolph
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:58:17 +0000 (16:58 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:58:17 +0000 (16:58 +0000)
Author: jgg
Date: 2001-05-29 04:41:08 GMT
G++3 fixes from Randolph

test/hash.cc

index 5c05d9608ce6ded2f7f7f379927109126ca67807..5334c03310ea7a943e62a225bd8ed28d36337a88 100644 (file)
@@ -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)
 {