mirror of https://github.com/Icinga/icinga2.git
Fix non-unity builds
This commit is contained in:
parent
170c5a59e4
commit
60859043c8
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "base/object.hpp"
|
||||
#include "base/value.hpp"
|
||||
#include "base/primitivetype.hpp"
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "base/i2-base.hpp"
|
||||
#include "base/string.hpp"
|
||||
#include "base/array.hpp"
|
||||
#include "base/type.hpp"
|
||||
|
||||
namespace icinga
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue