From 1321c09132e38694dbdf4efb2ef031ee24464cd7 Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Sun, 28 Jan 2018 22:21:27 +0100 Subject: [PATCH] Fix missing include for boost::split This adds a missing include for the function boost::split. --- icinga-app/icinga.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index 19577baef..25282e6d8 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -34,6 +34,7 @@ #include "base/process.hpp" #include "config.h" #include +#include #include #ifndef _WIN32 -- 2.40.0