]> granicus.if.org Git - icinga2/commitdiff
Build fix for Rune
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 16 Oct 2014 13:33:03 +0000 (15:33 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 16 Oct 2014 13:33:03 +0000 (15:33 +0200)
lib/base/clicommand.cpp
lib/cli/objectlistcommand.cpp

index bf101852607d81162cf190c7a57340aa2e0104cd..3ddbac6f0ff556225e98729b67577b6f0960a3d8 100644 (file)
@@ -26,6 +26,7 @@
 #include <boost/foreach.hpp>
 #include <boost/program_options.hpp>
 #include <algorithm>
+#include <iostream>
 
 using namespace icinga;
 namespace po = boost::program_options;
index 08a57e73d6f1c4daf8a817ffbbe4a96eade0b8a4..d70324580de17b8628b9a51bb756a0ba9249be1e 100644 (file)
@@ -33,9 +33,7 @@
 #include <boost/algorithm/string/join.hpp>
 #include <boost/algorithm/string/replace.hpp>
 #include <fstream>
-#include <vector>
-#include <string>
-#include <unistd.h>
+#include <iostream>
 
 using namespace icinga;
 namespace po = boost::program_options;