]> granicus.if.org Git - icinga2/commitdiff
Add another missing include
authorGunnar Beutner <gunnar@beutner.name>
Fri, 24 Oct 2014 06:27:03 +0000 (08:27 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Fri, 24 Oct 2014 06:27:03 +0000 (08:27 +0200)
refs #7433

lib/cli/repositoryobjectcommand.cpp

index 9cb99d07773459b1530cdca6bc314eb5282d55d8..65e1b2b11ba782a159c68de526a46d8a6c79d4ea 100644 (file)
@@ -27,6 +27,7 @@
 #include <boost/algorithm/string/split.hpp>
 #include <boost/algorithm/string/classification.hpp>
 #include <fstream>
+#include <iostream>
 
 using namespace icinga;
 namespace po = boost::program_options;