mirror of https://github.com/Icinga/icinga2.git
Build fix
This commit is contained in:
parent
cc5a8da6e8
commit
9344ae30d0
|
@ -128,4 +128,6 @@ bool DaemonUtility::LoadConfigFiles(const std::vector<std::string>& configs, con
|
|||
|
||||
ConfigCompilerContext::GetInstance()->FinishObjectsFile();
|
||||
ScriptGlobal::WriteToFile(varsfile);
|
||||
|
||||
return true;
|
||||
}
|
|
@ -23,6 +23,7 @@
|
|||
#include "base/i2-base.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
||||
namespace icinga
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue