Build fix for Debian Wheezy

fixes #5350
This commit is contained in:
Michael Friedrich 2017-06-14 18:12:34 +02:00
parent a0d3357f21
commit 6036ec20f5
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "base/json.hpp"
#include <boost/algorithm/string/join.hpp>
#include <boost/thread/once.hpp>
#include <iostream>
#ifndef _WIN32
# include <execvpe.h>

View File

@ -28,6 +28,7 @@
#include "base/exception.hpp"
#include <boost/program_options.hpp>
#include <boost/algorithm/string/split.hpp>
#include <iostream>
using namespace icinga;
namespace po = boost::program_options;