Includes png.h early to avoid ordering issues with setjmp.h. Fixes #231
This commit is contained in:
parent
068e7a0ee7
commit
d1b365098f
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@
|
|||
|
||||
//$Id: image_util.cpp 36 2005-04-05 14:32:18Z pavlenko $
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <png.h>
|
||||
}
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/image_util.hpp>
|
||||
#include <mapnik/png_io.hpp>
|
||||
|
|
Loading…
Reference in a new issue