mirror of https://github.com/Icinga/icinga2.git
Build fix for RHEL
This commit is contained in:
parent
e98d719e5b
commit
b0d7d8dabc
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "base/console.hpp"
|
||||
#include "base/initialize.hpp"
|
||||
#include <iostream>
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "base/console.hpp"
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/algorithm/string/join.hpp>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue