Merge pull request #5614 from mcktr/mcktr/fix/5613-missing-include-statement

Fixed missing include statement in unit tests

fixes #5613
This commit is contained in:
Gunnar Beutner 2017-09-25 07:48:04 +02:00 committed by GitHub
commit 111b53a932

View File

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