diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-06-09 16:11:15 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-06-09 16:11:15 +0200 |
commit | aa16679ccb39598b9b4546c912af1cf8c70e529b (patch) | |
tree | 996f5916d12bed8fa3464405bf8090aa3b864354 /methods/http.cc | |
parent | e729233f0c20656bf41f8254d03160191e2f4d81 (diff) | |
parent | eac9121ea9d2b4180399f4b63f88491f8e0f1a8a (diff) |
merged from the debian-sid branch
Diffstat (limited to 'methods/http.cc')
-rw-r--r-- | methods/http.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/http.cc b/methods/http.cc index 44274bd78..3f13be050 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -38,6 +38,7 @@ #include <stdio.h> #include <errno.h> #include <string.h> +#include <iostream> #include <map> #include <apti18n.h> |