mirror of https://github.com/Icinga/icinga2.git
parent
a0d3357f21
commit
6036ec20f5
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue