mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
stbi: add image writing functions (#12754)
This commit is contained in:
1
thirdparty/stb_image/stb_image.h
vendored
1
thirdparty/stb_image/stb_image.h
vendored
@ -561,6 +561,7 @@ STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, const ch
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
|
||||
#if !defined(STBI_NO_LINEAR) || !defined(STBI_NO_HDR)
|
||||
#include <math.h> // ldexp, pow
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user