Merge commit '7aab2bca4f6b6d9293181c5d3224284b802617c6' into harfbuzz

Conflicts:
	include/mapnik/processed_text.hpp
	include/mapnik/symbolizer_helpers.hpp
This commit is contained in:
Hermann Kraus 2013-03-16 15:44:42 +01:00
commit 3709747329
2 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,7 @@
#include <mapnik/processed_text.hpp>
#include <mapnik/config_error.hpp>
#include <mapnik/font_engine_freetype.hpp>
namespace mapnik
{

View file

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