summaryrefslogtreecommitdiff
path: root/methods/http.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-06-09 17:13:40 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-06-09 17:13:40 +0200
commit51561c4de75e84c2b2d037eb57387d3d3c2aa494 (patch)
treea4a3bb059ffc72ffe32f872518efecef636ebb63 /methods/http.h
parent9ee8287e5ea8a993fbb4c5beb8fe8bbddadfa7a0 (diff)
fix compiler warning in the new mirror code
Diffstat (limited to 'methods/http.h')
-rw-r--r--methods/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/http.h b/methods/http.h
index d0677bdaa..0bc019e77 100644
--- a/methods/http.h
+++ b/methods/http.h
@@ -13,7 +13,7 @@
#define MAXLEN 360
-
+#include <apt-pkg/hashes.h>
using std::cout;
using std::endl;