]> granicus.if.org Git - pdns/commitdiff
add #include for std::shared_ptr
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 20 Feb 2015 14:46:07 +0000 (15:46 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Fri, 20 Feb 2015 14:46:07 +0000 (15:46 +0100)
pdns/namespaces.hh

index 54989b7c780708326215ff9d8e65bbb6c9beb12a..d6b3d7e9e755e34f6e4384169500a0b451057027 100644 (file)
@@ -10,6 +10,7 @@
 #include <boost/function.hpp>
 #include <boost/format.hpp>
 #include <boost/algorithm/string.hpp>
+#include <memory>
 #include <vector>
 #include <map>
 #include <set>