Skip to content

Commit

Permalink
Include correct file in csv datasource.
Browse files Browse the repository at this point in the history
  • Loading branch information
herm committed Mar 11, 2012
1 parent b71460d commit c2f9e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/input/csv/csv_datasource.cpp
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit c2f9e3b

Please sign in to comment.