mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user