1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Fix a missing import

This commit is contained in:
Jean-Marcel Flach 2015-02-25 14:03:15 +01:00
parent acd5d55f64
commit 1d0f6ed457

@ -25,6 +25,7 @@
#include "base/object.hpp"
#include "base/initialize.hpp"
#include <boost/function.hpp>
#include <vector>
namespace icinga
{