Fix non-unity builds

This commit is contained in:
Gunnar Beutner 2014-11-03 07:07:54 +01:00
parent 170c5a59e4
commit 60859043c8
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "base/object.hpp"
#include "base/value.hpp"
#include "base/primitivetype.hpp"
using namespace icinga;

View File

@ -23,6 +23,7 @@
#include "base/i2-base.hpp"
#include "base/string.hpp"
#include "base/array.hpp"
#include "base/type.hpp"
namespace icinga
{