From 4668e84483ba91e2f79fabef98b5baebea73731f Mon Sep 17 00:00:00 2001 From: Sergey Pisarchik Date: Thu, 17 Apr 2014 15:30:52 +0300 Subject: Compile errors fixes --- std/shared_ptr.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'std') diff --git a/std/shared_ptr.hpp b/std/shared_ptr.hpp index 6a7dcf7590..23b69a1921 100644 --- a/std/shared_ptr.hpp +++ b/std/shared_ptr.hpp @@ -8,6 +8,8 @@ #include using boost::shared_ptr; +using boost::static_pointer_cast; + template inline shared_ptr make_shared_ptr(T * t) { -- cgit v1.2.3