add explicit include for MAPNIK_DECL

This commit is contained in:
Dane Springmeyer 2012-04-05 14:41:52 -07:00
parent b7f714f7ec
commit f90a07eb94

View File

@ -25,6 +25,7 @@
// mapnik
#include <mapnik/map.hpp>
#include <mapnik/config.hpp> // for MAPNIK_DECL
// stl
#include <string>