| Index: source/libvpx/vp9/encoder/vp9_dct.c
|
| diff --git a/source/libvpx/vp9/encoder/vp9_dct.c b/source/libvpx/vp9/encoder/vp9_dct.c
|
| index 9e6ca3d594c4ab550f7738e99dd258bfad06f0b0..414d2bb1502c6d45d41916013124fdfd80436a3a 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_dct.c
|
| +++ b/source/libvpx/vp9/encoder/vp9_dct.c
|
| @@ -14,6 +14,7 @@
|
| #include "./vpx_config.h"
|
| #include "./vp9_rtcd.h"
|
|
|
| +#include "vpx_ports/mem.h"
|
| #include "vp9/common/vp9_blockd.h"
|
| #include "vp9/common/vp9_idct.h"
|
| #include "vp9/common/vp9_systemdependent.h"
|
|
|