mirror of https://github.com/Icinga/icinga2.git
compatlog: fix boost algorithm include
This commit is contained in:
parent
6b649b8d4c
commit
43793a1884
|
@ -36,6 +36,7 @@
|
|||
#include "base/scriptfunction.h"
|
||||
#include <boost/smart_ptr/make_shared.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
|
|
Loading…
Reference in New Issue