| Index: source/libvpx/vp9/encoder/vp9_rdopt.c
|
| diff --git a/source/libvpx/vp9/encoder/vp9_rdopt.c b/source/libvpx/vp9/encoder/vp9_rdopt.c
|
| index 73825623748c05b636333f496ecf852804fc0547..9fa258c611e1e49aceb0a7101f5f7a6073f1935d 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_rdopt.c
|
| +++ b/source/libvpx/vp9/encoder/vp9_rdopt.c
|
| @@ -14,6 +14,7 @@
|
| #include "./vp9_rtcd.h"
|
|
|
| #include "vpx_mem/vpx_mem.h"
|
| +#include "vpx_ports/mem.h"
|
|
|
| #include "vp9/common/vp9_common.h"
|
| #include "vp9/common/vp9_entropy.h"
|
| @@ -24,6 +25,7 @@
|
| #include "vp9/common/vp9_quant_common.h"
|
| #include "vp9/common/vp9_reconinter.h"
|
| #include "vp9/common/vp9_reconintra.h"
|
| +#include "vp9/common/vp9_scan.h"
|
| #include "vp9/common/vp9_seg_common.h"
|
| #include "vp9/common/vp9_systemdependent.h"
|
|
|
|
|