$OpenBSD: patch-src_cc_options_h,v 1.4 2017/05/23 21:01:46 espie Exp $

Add explicit <iostream> includes, fixes build with Boost 1.56
https://github.com/legatvs/cclive/pull/2

Index: src/cc/options.h
--- src/cc/options.h.orig
+++ src/cc/options.h
@@ -37,6 +37,7 @@
 #include <boost/filesystem.hpp>
 #include <boost/foreach.hpp>
 #include <boost/format.hpp>
+#include <iostream>
 #include <fstream>
 
 #include <ccerror>
@@ -746,7 +747,7 @@ struct options : boost::noncopyable (private)
 #endif
               << "\n  built on " << BUILD_TIME
               << " for "         << CANONICAL_TARGET
-              << "\n    with "   << CXX", "CXXFLAGS
+              << "\n    with "   << CXX ", " CXXFLAGS
               << "\n  libquvi "  << quvi::version()
               << "\n  libquvi-scripts "
               << quvi_version(QUVI_VERSION_SCRIPTS)
