From bc844aca0604c31b77a00f282d56165bc8ef3c2d Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 3 Sep 2018 15:32:28 +0200 Subject: [PATCH] Fix non-unity builds on CentOS 7 with std::shared_ptr refs #6509 --- lib/base/namespace.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/base/namespace.hpp b/lib/base/namespace.hpp index 21ebe929b..eb4928620 100644 --- a/lib/base/namespace.hpp +++ b/lib/base/namespace.hpp @@ -26,6 +26,7 @@ #include "base/debuginfo.hpp" #include #include +#include namespace icinga { -- 2.50.1