| Index: source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c
|
| diff --git a/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c b/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c
|
| index 24c29fb77f61f271f7ec46281fd8201f30508f3d..5369697c7d1923929804cf1f3a8c03f57454305d 100644
|
| --- a/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c
|
| +++ b/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c
|
| @@ -9,6 +9,8 @@
|
| */
|
|
|
| #include <arm_neon.h>
|
| +
|
| +#include "vpx_ports/mem.h"
|
| #include "vp9/common/vp9_idct.h"
|
|
|
| void vp9_idct8x8_1_add_neon(
|
|
|