mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
Fix missing include for boost::split
This adds a missing include for the function boost::split.
This commit is contained in:
parent
ae7cd01052
commit
1321c09132
@ -34,6 +34,7 @@
|
|||||||
#include "base/process.hpp"
|
#include "base/process.hpp"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <boost/program_options.hpp>
|
#include <boost/program_options.hpp>
|
||||||
|
#include <boost/algorithm/string/split.hpp>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user