Merge "enc_sse2 add missing stdlib.h include"

This commit is contained in:
James Zern 2012-04-19 15:51:53 -07:00 committed by Gerrit Code Review
commit 4cce137ebf

View File

@ -12,6 +12,7 @@
#include "./dsp.h"
#if defined(WEBP_USE_SSE2)
#include <stdlib.h> // for abs()
#include <emmintrin.h>
#include "../enc/vp8enci.h"