]> granicus.if.org Git - icinga2/commitdiff
Fix missing include for boost::split 6038/head
authorMichael Insel <michael@insel.email>
Sun, 28 Jan 2018 21:21:27 +0000 (22:21 +0100)
committerMichael Insel <michael@insel.email>
Sun, 28 Jan 2018 21:21:27 +0000 (22:21 +0100)
This adds a missing include for the function boost::split.

icinga-app/icinga.cpp

index 19577baefcdc1079c847947d5280c661afb9eacc..25282e6d83bda52ef79c99cf8920e82b99b7ac25 100644 (file)
@@ -34,6 +34,7 @@
 #include "base/process.hpp"
 #include "config.h"
 #include <boost/program_options.hpp>
+#include <boost/algorithm/string/split.hpp>
 #include <thread>
 
 #ifndef _WIN32