amend 733c2df0a8
- graphics.hpp is needed on windows
This commit is contained in:
parent
a359c60236
commit
9a18cb2cf6
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@
|
||||||
#include <mapnik/config.hpp>
|
#include <mapnik/config.hpp>
|
||||||
#include <mapnik/palette.hpp>
|
#include <mapnik/palette.hpp>
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#include <mapnik/graphics.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
// boost
|
// boost
|
||||||
#include <boost/algorithm/string.hpp>
|
#include <boost/algorithm/string.hpp>
|
||||||
#include <boost/optional.hpp>
|
#include <boost/optional.hpp>
|
||||||
|
|
Loading…
Reference in a new issue