amend 733c2df0a8 - graphics.hpp is needed on windows

This commit is contained in:
Dane Springmeyer 2012-05-29 17:10:41 -07:00
parent a359c60236
commit 9a18cb2cf6

View file

@ -27,6 +27,10 @@
#include <mapnik/config.hpp>
#include <mapnik/palette.hpp>
#ifdef _MSC_VER
#include <mapnik/graphics.hpp>
#endif
// boost
#include <boost/algorithm/string.hpp>
#include <boost/optional.hpp>