]> git.saurik.com Git - apt.git/blobdiff - test/hash.cc
- pt update from Miguel Figueiredo <elmig@debianpt.org>...
[apt.git] / 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)
 {