mirror of https://github.com/Icinga/icinga2.git
Fix a missing import
This commit is contained in:
parent
acd5d55f64
commit
1d0f6ed457
|
@ -25,6 +25,7 @@
|
|||
#include "base/object.hpp"
|
||||
#include "base/initialize.hpp"
|
||||
#include <boost/function.hpp>
|
||||
#include <vector>
|
||||
|
||||
namespace icinga
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue