Fixed missing include statement in unit test

This adds the missing iostream include to the notification unit test.

refs #5613
This commit is contained in:
Michael 2017-09-26 22:01:07 +02:00
parent d6b475720b
commit 2d036e6886
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;