mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue