--- src/support/shared_ptr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/support/shared_ptr.h b/src/support/shared_ptr.h index 792beb2..3aa6492 100644 --- a/src/support/shared_ptr.h +++ b/src/support/shared_ptr.h @@ -12,12 +12,13 @@ #ifndef LYX_SHARED_PTR_H #define LYX_SHARED_PTR_H -#include <boost/shared_ptr.hpp> +#include <boost/make_shared.hpp> namespace lyx { using boost::shared_ptr; using boost::const_pointer_cast; + using boost::make_shared; } #endif -- 1.8.0.rc3.16.g8ead1bf