This commit is contained in:
Dane Springmeyer 2014-07-23 14:16:11 -07:00
parent 8dcd85a708
commit 133f399777
4 changed files with 10 additions and 4 deletions

View file

@ -27,7 +27,7 @@
#include <mapnik/util/trim.hpp> // for trim
// boost
#include "boost/algorithm/string/replace.hpp" // for ireplace_all, etc
#include <boost/algorithm/string/replace.hpp> // for ireplace_all, etc
// stl
#include <sstream>

View file

@ -24,7 +24,12 @@
#define MAPNIK_SYMBOLIZER_UTILS_HPP
// mapnik
#include <mapnik/expression_string.hpp>
#include <mapnik/symbolizer_keys.hpp>
#include <mapnik/raster_colorizer.hpp>
#include <mapnik/path_expression.hpp>
#include <mapnik/parse_path.hpp>
#include <mapnik/color.hpp>
#include <mapnik/expression.hpp>
#include <mapnik/transform_processor.hpp>
#include <mapnik/color_factory.hpp>
#include <mapnik/symbolizer.hpp>

View file

@ -32,7 +32,8 @@
// boost
#include <boost/filesystem/operations.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/predicate.hpp>
// stl
#include <algorithm>

View file

@ -29,7 +29,7 @@
#include <mapnik/utils.hpp>
// boost
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
#include <boost/optional.hpp>