Merge pull request #5624 from mcktr/mcktr/fix/missing-include-statements

Fixed missing include statement in unit test
This commit is contained in:
Michael Friedrich 2017-10-02 13:27:04 +02:00 committed by GitHub
commit 29b7971fef
1 changed files with 1 additions and 0 deletions

View File

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