mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 22:28:22 +01:00
enc_sse2 add missing stdlib.h include
lost in fbd82b5; most platforms were getting it indirectly through emmintrin.h. Change-Id: I310f8bc8e82d63cfbde74c34cd21b72514a16a01
This commit is contained in:
parent
dceb8b4d9a
commit
80256b8567
@ -12,6 +12,7 @@
|
||||
#include "./dsp.h"
|
||||
|
||||
#if defined(WEBP_USE_SSE2)
|
||||
#include <stdlib.h> // for abs()
|
||||
#include <emmintrin.h>
|
||||
|
||||
#include "../enc/vp8enci.h"
|
||||
|
Loading…
Reference in New Issue
Block a user