]> granicus.if.org Git - icinga2/commitdiff
Build fix for RHEL
authorMichael Friedrich <michael.friedrich@netways.de>
Sat, 18 Oct 2014 22:15:42 +0000 (00:15 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Sat, 18 Oct 2014 22:15:42 +0000 (00:15 +0200)
lib/base/console.cpp
lib/cli/featuredisablecommand.cpp
lib/cli/featureenablecommand.cpp

index ad47aa3c5794a310a2a1e2cbea30650285a6dfca..72b923f2cfd58d8dd5da62475fe7cca39ad7eae3 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "base/console.hpp"
 #include "base/initialize.hpp"
+#include <iostream>
 
 using namespace icinga;
 
index 0faa98687f664dd88a3f09878346df3069e4d9a7..38d341752e31e4787c351bf60602aaa1709f0849 100644 (file)
@@ -26,6 +26,7 @@
 #include "base/console.hpp"
 #include <boost/foreach.hpp>
 #include <boost/algorithm/string/join.hpp>
+#include <iostream>
 #include <fstream>
 #include <vector>
 
index 23dbe862b8d986c3cb0df5ac610d5edb38d6334a..eb518f96edc27aaefe80a29d1743054354b0079c 100644 (file)
@@ -26,6 +26,7 @@
 #include "base/console.hpp"
 #include <boost/foreach.hpp>
 #include <boost/algorithm/string/join.hpp>
+#include <iostream>
 #include <fstream>
 
 using namespace icinga;