setjmp png patch from JonB
This commit is contained in:
parent
9faff8a52f
commit
2b832f5bc8
2 changed files with 9 additions and 1 deletions
|
@ -21,7 +21,10 @@
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
//$Id$
|
//$Id$
|
||||||
|
|
||||||
|
extern "C"
|
||||||
|
{
|
||||||
|
#include <png.h>
|
||||||
|
}
|
||||||
|
|
||||||
// boost
|
// boost
|
||||||
#include <boost/python.hpp>
|
#include <boost/python.hpp>
|
||||||
|
|
|
@ -21,6 +21,11 @@
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
//$Id$
|
//$Id$
|
||||||
|
|
||||||
|
extern "C"
|
||||||
|
{
|
||||||
|
#include <png.h>
|
||||||
|
}
|
||||||
|
|
||||||
#include <boost/python.hpp>
|
#include <boost/python.hpp>
|
||||||
#include <mapnik/image_util.hpp>
|
#include <mapnik/image_util.hpp>
|
||||||
#include <mapnik/image_view.hpp>
|
#include <mapnik/image_view.hpp>
|
||||||
|
|
Loading…
Reference in a new issue