diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-09 17:13:40 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-09 17:13:40 +0200 |
commit | 51561c4de75e84c2b2d037eb57387d3d3c2aa494 (patch) | |
tree | a4a3bb059ffc72ffe32f872518efecef636ebb63 /methods/http.h | |
parent | 9ee8287e5ea8a993fbb4c5beb8fe8bbddadfa7a0 (diff) |
fix compiler warning in the new mirror code
Diffstat (limited to 'methods/http.h')
-rw-r--r-- | methods/http.h | 2 |
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; |