fixup includes for shape input

This commit is contained in:
Dane Springmeyer 2013-01-14 01:49:35 -08:00
parent 2c28219e4c
commit ceb8ffcc6f
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@
#define SHAPE_FEATURESET_HPP
//mapnik
#include <mapnik/datasource.hpp>
#include <mapnik/geom_util.hpp>
#include <mapnik/feature.hpp>
#include <mapnik/unicode.hpp>

View file

@ -34,6 +34,7 @@
#include "shape_index_featureset.hpp"
#include "shape_utils.hpp"
#include "shp_index.hpp"
using mapnik::feature_factory;
using mapnik::geometry_type;