mirror of https://github.com/Icinga/icinga2.git
Add missing #include.
This commit is contained in:
parent
95bf7ca560
commit
4d9cd0070c
|
@ -25,6 +25,7 @@
|
||||||
#include "base/dictionary.h"
|
#include "base/dictionary.h"
|
||||||
#include <boost/regex.hpp>
|
#include <boost/regex.hpp>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <set>
|
||||||
|
|
||||||
using namespace icinga;
|
using namespace icinga;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue