Fix non-unity builds with the icinga check

refs #5958
This commit is contained in:
Michael Friedrich 2018-01-12 11:03:49 +01:00
parent 92a279c234
commit 6c68ef0955
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#include "methods/icingachecktask.hpp"
#include "icinga/cib.hpp"
#include "icinga/service.hpp"
#include "icinga/checkcommand.hpp"
#include "icinga/macroprocessor.hpp"
#include "icinga/icingaapplication.hpp"
#include "base/application.hpp"
#include "base/objectlock.hpp"