mirror of https://github.com/Icinga/icinga2.git
Add missing #include.
This commit is contained in:
parent
f8c057d63a
commit
e7f1e3b2ef
|
@ -36,6 +36,7 @@
|
|||
#include <boost/smart_ptr/make_shared.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/algorithm/string/split.hpp>
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
|
|
Loading…
Reference in New Issue