| Index: source/libvpx/vp9/encoder/vp9_encodemb.c
|
| diff --git a/source/libvpx/vp9/encoder/vp9_encodemb.c b/source/libvpx/vp9/encoder/vp9_encodemb.c
|
| index 9a4e61ec8824dea61ac0637cee1d7681cc6d8ac9..2829365e533d03ed6a84b403108eb48368bb25fb 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_encodemb.c
|
| +++ b/source/libvpx/vp9/encoder/vp9_encodemb.c
|
| @@ -13,10 +13,12 @@
|
| #include "./vpx_config.h"
|
|
|
| #include "vpx_mem/vpx_mem.h"
|
| +#include "vpx_ports/mem.h"
|
|
|
| #include "vp9/common/vp9_idct.h"
|
| #include "vp9/common/vp9_reconinter.h"
|
| #include "vp9/common/vp9_reconintra.h"
|
| +#include "vp9/common/vp9_scan.h"
|
| #include "vp9/common/vp9_systemdependent.h"
|
|
|
| #include "vp9/encoder/vp9_encodemb.h"
|
|
|