From: Michael Friedrich Date: Mon, 3 Sep 2018 13:32:28 +0000 (+0200) Subject: Fix non-unity builds on CentOS 7 with std::shared_ptr X-Git-Tag: v2.10.0~50^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc844aca0604c31b77a00f282d56165bc8ef3c2d;p=icinga2 Fix non-unity builds on CentOS 7 with std::shared_ptr refs #6509 --- 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 {