This commit is contained in:
Dane Springmeyer 2013-01-13 21:48:56 -08:00
parent 2209b1e542
commit 6859bea499
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include <boost/python.hpp>
#include <mapnik/graphics.hpp>
#include <mapnik/expression_node.hpp>
#include <mapnik/value_error.hpp>
#include <mapnik/image_util.hpp>
#include <mapnik/markers_symbolizer.hpp>

View file

@ -33,6 +33,7 @@
// boost
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
// stl
#include <map>