fixup includes for shape input
This commit is contained in:
parent
2c28219e4c
commit
ceb8ffcc6f
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
#define SHAPE_FEATURESET_HPP
|
#define SHAPE_FEATURESET_HPP
|
||||||
|
|
||||||
//mapnik
|
//mapnik
|
||||||
|
#include <mapnik/datasource.hpp>
|
||||||
#include <mapnik/geom_util.hpp>
|
#include <mapnik/geom_util.hpp>
|
||||||
#include <mapnik/feature.hpp>
|
#include <mapnik/feature.hpp>
|
||||||
#include <mapnik/unicode.hpp>
|
#include <mapnik/unicode.hpp>
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
|
|
||||||
#include "shape_index_featureset.hpp"
|
#include "shape_index_featureset.hpp"
|
||||||
#include "shape_utils.hpp"
|
#include "shape_utils.hpp"
|
||||||
|
#include "shp_index.hpp"
|
||||||
|
|
||||||
using mapnik::feature_factory;
|
using mapnik::feature_factory;
|
||||||
using mapnik::geometry_type;
|
using mapnik::geometry_type;
|
||||||
|
|
Loading…
Reference in a new issue