Chromium Code Reviews| Index: source/libvpx/vp9/common/x86/vp9_filter_sse2.c | 
| =================================================================== | 
| --- source/libvpx/vp9/common/x86/vp9_filter_sse2.c (revision 177019) | 
| +++ source/libvpx/vp9/common/x86/vp9_filter_sse2.c (working copy) | 
| @@ -11,6 +11,7 @@ | 
| #include <assert.h> // for alignment checks | 
| #include <emmintrin.h> // SSE2 | 
| #include "vp9/common/vp9_filter.h" | 
| +#include "vpx_ports/emmintrin_compat.h" | 
| #include "vpx_ports/mem.h" // for DECLARE_ALIGNED | 
| #include "vp9_rtcd.h" |