From: Michael Date: Tue, 26 Sep 2017 20:01:07 +0000 (+0200) Subject: Fixed missing include statement in unit test X-Git-Tag: v2.8.0~55^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d036e6886fb68707e861a6e5f75a6088d149832;p=icinga2 Fixed missing include statement in unit test This adds the missing iostream include to the notification unit test. refs #5613 --- diff --git a/test/icinga-notification.cpp b/test/icinga-notification.cpp index 8db93fa50..97f7838a1 100644 --- a/test/icinga-notification.cpp +++ b/test/icinga-notification.cpp @@ -19,6 +19,7 @@ #include "icinga/notification.hpp" #include +#include using namespace icinga;