setjmp png patch from JonB

This commit is contained in:
Artem Pavlenko 2008-02-07 10:14:14 +00:00
parent 9faff8a52f
commit 2b832f5bc8
2 changed files with 9 additions and 1 deletions

View file

@ -21,7 +21,10 @@
*****************************************************************************/
//$Id$
extern "C"
{
#include <png.h>
}
// boost
#include <boost/python.hpp>

View file

@ -21,6 +21,11 @@
*****************************************************************************/
//$Id$
extern "C"
{
#include <png.h>
}
#include <boost/python.hpp>
#include <mapnik/image_util.hpp>
#include <mapnik/image_view.hpp>