Index: cclive-0.9.3/src/cc/error.h
===================================================================
--- cclive-0.9.3.orig/src/cc/error.h
+++ cclive-0.9.3/src/cc/error.h
@@ -29,6 +29,7 @@
 #include <boost/exception/errinfo_errno.hpp>
 #include <boost/tuple/tuple.hpp>
 #include <cerrno>
+#include <iostream>
 
 namespace cc
 {
Index: cclive-0.9.3/src/cc/options.h
===================================================================
--- cclive-0.9.3.orig/src/cc/options.h
+++ cclive-0.9.3/src/cc/options.h
@@ -38,6 +38,7 @@
 #include <boost/foreach.hpp>
 #include <boost/format.hpp>
 #include <fstream>
+#include <iostream>
 
 #include <ccerror>
 #include <ccre>
Index: cclive-0.9.3/src/cc/sig.h
===================================================================
--- cclive-0.9.3.orig/src/cc/sig.h
+++ cclive-0.9.3/src/cc/sig.h
@@ -28,6 +28,7 @@
 #include <unistd.h>
 #include <csignal>
 #include <cstdio>
+#include <iostream>
 
 namespace cc
 {
Index: cclive-0.9.3/src/cc/error.cpp
===================================================================
--- cclive-0.9.3.orig/src/cc/error.cpp
+++ cclive-0.9.3/src/cc/error.cpp
@@ -20,7 +20,6 @@
 
 #include <ccinternal>
 
-#include <iostream>
 #include <climits>
 #include <cstring>
 #include <cerrno>
