projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* merged with bubulle
[apt.git]
/
test
/
hash.cc
diff --git
a/test/hash.cc
b/test/hash.cc
index 5c05d9608ce6ded2f7f7f379927109126ca67807..5334c03310ea7a943e62a225bd8ed28d36337a88 100644
(file)
--- a/
test/hash.cc
+++ b/
test/hash.cc
@@
-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)
{