mirror of https://github.com/Icinga/icinga2.git
Add missing include in loader.cpp
This commit is contained in:
parent
808a26ae72
commit
dda273dbcc
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
#include "base/loader.hpp"
|
#include "base/loader.hpp"
|
||||||
#include "base/logger.hpp"
|
#include "base/logger.hpp"
|
||||||
|
#include "base/exception.hpp"
|
||||||
#include <boost/foreach.hpp>
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
using namespace icinga;
|
using namespace icinga;
|
||||||
|
|
Loading…
Reference in New Issue