Merge pull request #6038 from Icinga/fix/windows-missing-boost-split-include

Fix missing include for boost::split
This commit is contained in:
Gunnar Beutner 2018-01-29 06:31:43 +01:00 committed by GitHub
commit 1d65c48387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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