Merge commit '7aab2bca4f6b6d9293181c5d3224284b802617c6' into harfbuzz
Conflicts: include/mapnik/processed_text.hpp include/mapnik/symbolizer_helpers.hpp
This commit is contained in:
commit
3709747329
2 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <mapnik/processed_text.hpp>
|
||||
#include <mapnik/config_error.hpp>
|
||||
#include <mapnik/font_engine_freetype.hpp>
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
|
|
|
@ -33,13 +33,14 @@
|
|||
|
||||
// boost
|
||||
#include <boost/property_tree/ptree.hpp>
|
||||
#include <boost/make_shared.hpp>
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
namespace formatting
|
||||
{
|
||||
using boost::property_tree::ptree;
|
||||
|
||||
using boost::property_tree::ptree;
|
||||
|
||||
void text_node::to_xml(ptree &xml) const
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue