]> git.saurik.com Git - apt.git/blobdiff - test/hash.cc
Add a vcg command to apt-cache, similiar to dotty.
[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)
 {