]> granicus.if.org Git - icinga2/commitdiff
Build fix
authorGunnar Beutner <gunnar@beutner.name>
Sun, 15 Feb 2015 12:09:53 +0000 (13:09 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Sun, 15 Feb 2015 12:09:53 +0000 (13:09 +0100)
lib/cli/daemonutility.cpp
lib/cli/featureutility.hpp

index be5dbff93cea1306b1ec00197489f223245218e7..48600e1df5c3c0dc869116db97b9728ddf174955 100644 (file)
@@ -128,4 +128,6 @@ bool DaemonUtility::LoadConfigFiles(const std::vector<std::string>& configs, con
 
        ConfigCompilerContext::GetInstance()->FinishObjectsFile();
        ScriptGlobal::WriteToFile(varsfile);
-}
\ No newline at end of file
+
+       return true;
+}
index 6afffce5d35c33e12a143049ed6c62d6ce5bafc8..2c5233de25e3be7b70694de26676d0db8181fa96 100644 (file)
@@ -23,6 +23,7 @@
 #include "base/i2-base.hpp"
 #include "base/string.hpp"
 #include <vector>
+#include <iostream>
 
 namespace icinga
 {