mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix c++11/clang-3.4/linux compile issue - closes #2022
This commit is contained in:
parent
1baeac34c7
commit
804c90d46e
@ -25,8 +25,9 @@
|
||||
|
||||
// boost
|
||||
#include <boost/version.hpp>
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#if BOOST_VERSION < 105300
|
||||
#if BOOST_VERSION < 105300 || defined BOOST_NO_CXX11_SMART_PTR
|
||||
|
||||
// https://github.com/mapnik/mapnik/issues/2022
|
||||
#include <memory>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user