Chromium Code Reviews| Index: source/libvpx/vp8/encoder/mcomp.c |
| diff --git a/source/libvpx/vp8/encoder/mcomp.c b/source/libvpx/vp8/encoder/mcomp.c |
| index 676dd544d5efa61ae26fbd144da36479c20eb47a..768c764ceb3d51051f4f68cb88dff7c27ad57233 100644 |
| --- a/source/libvpx/vp8/encoder/mcomp.c |
| +++ b/source/libvpx/vp8/encoder/mcomp.c |
| @@ -20,6 +20,7 @@ |
| #include <math.h> |
| #include "vp8/common/findnearmv.h" |
| #include "vp8/common/common.h" |
| +#include "vpx_dsp/vpx_dsp_common.h" |
| #ifdef VP8_ENTROPY_STATS |
| static int mv_ref_ct [31] [4] [2]; |