Merge pull request #5974 from Icinga/fix/icingachecktask-buildfix

Fix non-unity builds with the icinga check
This commit is contained in:
Michael Friedrich 2018-01-12 11:39:50 +01:00 committed by GitHub
commit dffe86a292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"