Fixed missing include statement in unit tests

refs #5613
This commit is contained in:
Michael 2017-09-25 01:07:50 +02:00
parent d6b475720b
commit 631d1e85fc
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "icinga/host.hpp"
#include <BoostTestTargetConfig.h>
#include <iostream>
using namespace icinga;