mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6038 from Icinga/fix/windows-missing-boost-split-include
Fix missing include for boost::split
This commit is contained in:
commit
1d65c48387
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue