diff options
Diffstat (limited to 'thirdparty/libwebp/src/dsp/cpu.h')
-rw-r--r-- | thirdparty/libwebp/src/dsp/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/libwebp/src/dsp/cpu.h b/thirdparty/libwebp/src/dsp/cpu.h index 57a40d87d4..be80727c0d 100644 --- a/thirdparty/libwebp/src/dsp/cpu.h +++ b/thirdparty/libwebp/src/dsp/cpu.h @@ -14,6 +14,8 @@ #ifndef WEBP_DSP_CPU_H_ #define WEBP_DSP_CPU_H_ +#include <stddef.h> + #ifdef HAVE_CONFIG_H #include "src/webp/config.h" #endif |