From 6036ec20f5bef077e6ca5d1cf50c67238a43fb30 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 14 Jun 2017 18:12:34 +0200 Subject: [PATCH] Build fix for Debian Wheezy fixes #5350 --- lib/base/process.cpp | 1 + plugins/check_nscp_api.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/base/process.cpp b/lib/base/process.cpp index 03d217ce8..9107b7f88 100644 --- a/lib/base/process.cpp +++ b/lib/base/process.cpp @@ -30,6 +30,7 @@ #include "base/json.hpp" #include #include +#include #ifndef _WIN32 # include diff --git a/plugins/check_nscp_api.cpp b/plugins/check_nscp_api.cpp index 6ed5d0676..9ba6f7ab8 100644 --- a/plugins/check_nscp_api.cpp +++ b/plugins/check_nscp_api.cpp @@ -28,6 +28,7 @@ #include "base/exception.hpp" #include #include +#include using namespace icinga; namespace po = boost::program_options; -- 2.40.0