fix c++11/clang-3.4/linux compile issue - closes #2022

This commit is contained in:
Dane Springmeyer 2014-03-18 14:17:25 -07:00
parent 1baeac34c7
commit 804c90d46e

View file

@ -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>