mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-30 16:42:55 +01:00
dwebp: include setjmp.h w/WEBP_HAVE_PNG
setjmp() is used in WritePNG(). (cherry picked from commit 775dfad297ab260e370d8f483fc34aecf2288178) Change-Id: Iadd836272fc7d368d635c891507ce2a08c4d3dec
This commit is contained in:
parent
90f1ec58a9
commit
0a4391a196
@ -22,6 +22,7 @@
|
||||
|
||||
#ifdef WEBP_HAVE_PNG
|
||||
#include <png.h>
|
||||
#include <setjmp.h> // note: this must be included *after* png.h
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WINCODEC_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user