]> granicus.if.org Git - icinga2/commitdiff
Add missing #include in loader.cpp
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 25 Aug 2016 18:59:22 +0000 (20:59 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 25 Aug 2016 18:59:22 +0000 (20:59 +0200)
refs #12552

lib/base/loader.cpp

index 0724779c015af114e303be8f85f0d3da2bc315b2..b2f8ab2e402074664dded341867fd27c17cb047a 100644 (file)
@@ -20,6 +20,7 @@
 #include "base/loader.hpp"
 #include "base/logger.hpp"
 #include "base/exception.hpp"
+#include "base/application.hpp"
 
 using namespace icinga;