Include correct file in csv datasource.

This commit is contained in:
Hermann Kraus 2012-03-11 23:07:39 +01:00
parent b71460d4dd
commit c2f9e3b637

View file

@ -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>