Include correct file in csv datasource.
This commit is contained in:
parent
b71460d4dd
commit
c2f9e3b637
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/spirit/include/qi.hpp>
|
||||
#include <boost/spirit/include/phoenix_operator.hpp>
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/feature_layer_desc.hpp>
|
||||
|
@ -15,7 +16,6 @@
|
|||
#include <mapnik/wkt/wkt_factory.hpp>
|
||||
#include <mapnik/util/geometry_to_ds_type.hpp>
|
||||
#include <mapnik/boolean.hpp>
|
||||
#include <mapnik/color_factory.hpp>
|
||||
|
||||
// stl
|
||||
#include <sstream>
|
||||
|
|
Loading…
Add table
Reference in a new issue