Add missing #include.

This commit is contained in:
Gunnar Beutner 2014-03-20 15:41:37 +01:00
parent 95bf7ca560
commit 4d9cd0070c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "base/dictionary.h"
#include <boost/regex.hpp>
#include <algorithm>
#include <set>
using namespace icinga;