Includes png.h early to avoid ordering issues with setjmp.h. Fixes #231

This commit is contained in:
Jon Burgess 2009-02-15 11:56:54 +00:00
parent 068e7a0ee7
commit d1b365098f

View file

@ -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>