From: Gunnar Beutner Date: Tue, 15 Oct 2013 18:37:58 +0000 (+0200) Subject: Add missing #include. X-Git-Tag: v0.0.3~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7f1e3b2ef8c8e82a30be1e7e376a722914e73f7;p=icinga2 Add missing #include. --- diff --git a/components/perfdata/graphitewriter.cpp b/components/perfdata/graphitewriter.cpp index 8601d759b..9f10d5bf5 100644 --- a/components/perfdata/graphitewriter.cpp +++ b/components/perfdata/graphitewriter.cpp @@ -36,6 +36,7 @@ #include #include #include +#include using namespace icinga;