diff options
author | Michael Vogt <mvo@debian.org> | 2015-08-17 14:29:02 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2015-08-17 14:29:02 +0200 |
commit | ac7f8f7916f16905d8eeb0133bc650d89726d0f4 (patch) | |
tree | 504615abc085d604dc8d15da758f34999387aaea /apt-pkg/acquire-worker.cc | |
parent | 88a8975f156e452d9f3ebe76822b236e8962ebba (diff) |
Fix all the wrong removals of includes that iwyu got wrong
Git-Dch: ignore
Diffstat (limited to 'apt-pkg/acquire-worker.cc')
-rw-r--r-- | apt-pkg/acquire-worker.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/acquire-worker.cc b/apt-pkg/acquire-worker.cc index 0f1a162a3..b15340448 100644 --- a/apt-pkg/acquire-worker.cc +++ b/apt-pkg/acquire-worker.cc @@ -33,6 +33,7 @@ #include <signal.h> #include <stdio.h> #include <errno.h> +#include <sstream> #include <apti18n.h> /*}}}*/ |