mirror of https://github.com/Icinga/icinga2.git
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:
parent
d6b475720b
commit
2d036e6886
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "icinga/notification.hpp"
|
||||
#include <BoostTestTargetConfig.h>
|
||||
#include <iostream>
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
|
|
Loading…
Reference in New Issue