summaryrefslogtreecommitdiff
path: root/apt-pkg/cdrom.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2015-08-17 14:29:02 +0200
committerMichael Vogt <mvo@debian.org>2015-08-17 14:29:02 +0200
commitac7f8f7916f16905d8eeb0133bc650d89726d0f4 (patch)
tree504615abc085d604dc8d15da758f34999387aaea /apt-pkg/cdrom.cc
parent88a8975f156e452d9f3ebe76822b236e8962ebba (diff)
Fix all the wrong removals of includes that iwyu got wrong
Git-Dch: ignore
Diffstat (limited to 'apt-pkg/cdrom.cc')
-rw-r--r--apt-pkg/cdrom.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/cdrom.cc b/apt-pkg/cdrom.cc
index ffbf86735..76c450618 100644
--- a/apt-pkg/cdrom.cc
+++ b/apt-pkg/cdrom.cc
@@ -22,6 +22,8 @@
#include <stdio.h>
#include <algorithm>
#include <dlfcn.h>
+#include <iostream>
+#include <sstream>
#include<apti18n.h>