fix missing make_unique on c++11 compilers
This commit is contained in:
parent
72e0889000
commit
203a2c55e6
3 changed files with 3 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include <mapnik/text/placements/dummy.hpp>
|
||||
#include <mapnik/make_unique.hpp>
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue