]> granicus.if.org Git - icinga2/commitdiff
Fix non-unity builds on CentOS 7 with std::shared_ptr 6586/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Mon, 3 Sep 2018 13:32:28 +0000 (15:32 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 3 Sep 2018 13:32:28 +0000 (15:32 +0200)
refs #6509

lib/base/namespace.hpp

index 21ebe929bcba33541b5a98d5759430588dc65beb..eb4928620428fae46d3689b39825e6c0357d5863 100644 (file)
@@ -26,6 +26,7 @@
 #include "base/debuginfo.hpp"
 #include <map>
 #include <vector>
+#include <memory>
 
 namespace icinga
 {