diff --git a/src/processed_text.cpp b/src/processed_text.cpp index ab27f375f..83db904c1 100644 --- a/src/processed_text.cpp +++ b/src/processed_text.cpp @@ -22,6 +22,7 @@ #include #include +#include namespace mapnik { diff --git a/src/text/formatting/text.cpp b/src/text/formatting/text.cpp index fd555b138..461600db3 100644 --- a/src/text/formatting/text.cpp +++ b/src/text/formatting/text.cpp @@ -33,13 +33,14 @@ // boost #include +#include namespace mapnik { namespace formatting { -using boost::property_tree::ptree; +using boost::property_tree::ptree; void text_node::to_xml(ptree &xml) const {