Skip to content

Commit

Permalink
amend 733c2df - graphics.hpp is needed on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed May 30, 2012
1 parent a359c60 commit 9a18cb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/mapnik/image_util.hpp
Expand Up @@ -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>
Expand Down

0 comments on commit 9a18cb2

Please sign in to comment.