From: bert hubert Date: Fri, 20 Feb 2015 14:46:07 +0000 (+0100) Subject: add #include for std::shared_ptr X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~88^2~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a175805dd4b04bfee6548e1f73a2fc86e0fd84;p=thirdparty%2Fpdns.git add #include for std::shared_ptr --- diff --git a/pdns/namespaces.hh b/pdns/namespaces.hh index 54989b7c78..d6b3d7e9e7 100644 --- a/pdns/namespaces.hh +++ b/pdns/namespaces.hh @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include