Explorar el Código

G++3 fixes from Randolph
Author: jgg
Date: 2001-05-29 04:41:08 GMT
G++3 fixes from Randolph

Arch Librarian hace 22 años
padre
commit
aebbb9d05f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      test/hash.cc

+ 3 - 0
test/hash.cc

@@ -1,6 +1,9 @@
 #include <apt-pkg/md5.h>
 #include <apt-pkg/md5.h>
 #include <apt-pkg/sha1.h>
 #include <apt-pkg/sha1.h>
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/strutl.h>
+#include <iostream>
+
+using namespace std;
 
 
 template <class T> void Test(const char *In,const char *Out)
 template <class T> void Test(const char *In,const char *Out)
 {
 {