mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 07:22:52 +01:00
dwebp: include setjmp.h w/WEBP_HAVE_PNG
setjmp() is used in WritePNG(). Change-Id: Iadd836272fc7d368d635c891507ce2a08c4d3dec
This commit is contained in:
parent
47d26be760
commit
775dfad297
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#ifdef WEBP_HAVE_PNG
|
#ifdef WEBP_HAVE_PNG
|
||||||
#include <png.h>
|
#include <png.h>
|
||||||
|
#include <setjmp.h> // note: this must be included *after* png.h
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_WINCODEC_H
|
#ifdef HAVE_WINCODEC_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user