This commit is contained in:
Dane Springmeyer 2013-01-13 22:01:13 -08:00
parent 9480ffb2b3
commit 071c67d438
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
// mapnik
#include <mapnik/geometry.hpp>
#include <mapnik/datasource.hpp>
#include <mapnik/box2d.hpp>
#include <mapnik/noncopyable.hpp>
// boost
@ -33,7 +33,6 @@
#include "dbfile.hpp"
#include "shapefile.hpp"
#include "shp_index.hpp"
struct shape_io : mapnik::noncopyable
{

View File

@ -23,6 +23,7 @@
// mapnik
#include <mapnik/debug.hpp>
#include <mapnik/value_types.hpp>
#include <mapnik/value.hpp> // for to_double
#include <mapnik/feature.hpp>
#include <mapnik/raster.hpp>
#include <mapnik/raster_colorizer.hpp>