fix c++11/clang-3.4/linux compile issue - closes #2022
This commit is contained in:
parent
1baeac34c7
commit
804c90d46e
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue