mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
setjmp png patch from JonB
This commit is contained in:
parent
9faff8a52f
commit
2b832f5bc8
@ -21,7 +21,10 @@
|
||||
*****************************************************************************/
|
||||
//$Id$
|
||||
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <png.h>
|
||||
}
|
||||
|
||||
// boost
|
||||
#include <boost/python.hpp>
|
||||
|
||||
@ -21,6 +21,11 @@
|
||||
*****************************************************************************/
|
||||
//$Id$
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <png.h>
|
||||
}
|
||||
|
||||
#include <boost/python.hpp>
|
||||
#include <mapnik/image_util.hpp>
|
||||
#include <mapnik/image_view.hpp>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user