diff --git a/plugins/input/csv/csv_utils.hpp b/plugins/input/csv/csv_utils.hpp index f8538472d..8aaa8ab38 100644 --- a/plugins/input/csv/csv_utils.hpp +++ b/plugins/input/csv/csv_utils.hpp @@ -138,7 +138,7 @@ void process_properties(Feature & feature, Headers const& headers, Values const& } } -struct csv_file_parser +struct MAPNIK_DECL csv_file_parser { using box_type = mapnik::box2d; using item_type = std::pair>;