]> granicus.if.org Git - icinga2/commitdiff
Fixed missing include statement in unit test 5624/head
authorMichael <mcktr55@gmail.com>
Tue, 26 Sep 2017 20:01:07 +0000 (22:01 +0200)
committerMichael <mcktr55@gmail.com>
Tue, 26 Sep 2017 20:01:07 +0000 (22:01 +0200)
This adds the missing iostream include to the notification unit test.

refs #5613

test/icinga-notification.cpp

index 8db93fa50a5bfa2109f8ff71d27805687484cecd..97f7838a1d2ad344d18029fbffb2bc06ad110e37 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "icinga/notification.hpp"
 #include <BoostTestTargetConfig.h>
+#include <iostream>
 
 using namespace icinga;