| Index: source/libvpx/vp9/encoder/vp9_encodeframe.c
|
| diff --git a/source/libvpx/vp9/encoder/vp9_encodeframe.c b/source/libvpx/vp9/encoder/vp9_encodeframe.c
|
| index d02d48c8eb4fac97bea69e49a50da10261d8c72c..4a4301e8549317e8633c4370c71d2dfdd8c3fd94 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_encodeframe.c
|
| +++ b/source/libvpx/vp9/encoder/vp9_encodeframe.c
|
| @@ -16,6 +16,7 @@
|
| #include "./vpx_dsp_rtcd.h"
|
| #include "./vpx_config.h"
|
|
|
| +#include "vpx_dsp/vpx_dsp_common.h"
|
| #include "vpx_ports/mem.h"
|
| #include "vpx_ports/vpx_timer.h"
|
| #include "vpx_ports/system_state.h"
|
|
|