| Index: source/libvpx/vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c
|
| diff --git a/source/libvpx/vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c b/source/libvpx/vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c
|
| index 1637f0e545a70f020dbbd303d01e17433e42adeb..b40669c63751b4b606942f84a21a12d562c0f265 100644
|
| --- a/source/libvpx/vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c
|
| +++ b/source/libvpx/vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c
|
| @@ -11,6 +11,7 @@
|
| #include <emmintrin.h> // SSE2
|
|
|
| #include "./vp9_rtcd.h"
|
| +#include "vpx_ports/mem.h"
|
| #include "vp9/common/vp9_loopfilter.h"
|
| #include "vpx_ports/emmintrin_compat.h"
|
|
|
|
|