| Index: source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c
|
| diff --git a/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c b/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c
|
| index 0385c7955c902bf09ad89117e8f20b696855acdf..52d21be4a7406e330064024381425ad54a2449fe 100644
|
| --- a/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c
|
| +++ b/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c
|
| @@ -8,6 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| +#include "./vp9_rtcd.h"
|
| +#include "vpx_ports/mem.h"
|
| #include "vp9/common/x86/vp9_idct_intrin_sse2.h"
|
| #include "vp9/common/vp9_idct.h"
|
|
|
|
|