mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5974 from Icinga/fix/icingachecktask-buildfix
Fix non-unity builds with the icinga check
This commit is contained in:
commit
dffe86a292
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue