openbsd-ports/www/cclive/patches/patch-src_cc_options_h
2015-06-29 07:14:10 +00:00

16 lines
447 B
Plaintext

$OpenBSD: patch-src_cc_options_h,v 1.3 2015/06/29 07:14:10 jasper Exp $
Add explicit <iostream> includes, fixes build with Boost 1.56
https://github.com/legatvs/cclive/pull/2
--- src/cc/options.h.orig Sat Nov 23 10:46:27 2013
+++ src/cc/options.h Sun Jun 28 21:43:12 2015
@@ -37,6 +37,7 @@
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>
#include <boost/format.hpp>
+#include <iostream>
#include <fstream>
#include <ccerror>