fix missing make_unique on c++11 compilers

This commit is contained in:
artemp 2014-07-10 12:45:51 +01:00
parent 72e0889000
commit 203a2c55e6
3 changed files with 3 additions and 2 deletions

View file

@ -21,6 +21,7 @@
*****************************************************************************/
#include <mapnik/text/placements/dummy.hpp>
#include <mapnik/make_unique.hpp>
namespace mapnik
{

View file

@ -23,7 +23,7 @@
//mapnik
#include <mapnik/text/placements/list.hpp>
#include <mapnik/xml_node.hpp>
#include <mapnik/make_unique.hpp>
//boost
#include <boost/property_tree/ptree.hpp>

View file

@ -25,7 +25,7 @@
#include <mapnik/text/placements/simple.hpp>
#include <mapnik/ptree_helpers.hpp>
#include <mapnik/xml_node.hpp>
#include <mapnik/make_unique.hpp>
// boost
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_core.hpp>