mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +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 "config.h"
|
||||
#include <boost/program_options.hpp>
|
||||
#include <boost/algorithm/string/split.hpp>
|
||||
#include <thread>
|
||||
|
||||
#ifndef _WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user