| Index: source/libvpx/vp9/encoder/vp9_denoiser.c
|
| diff --git a/source/libvpx/vp9/encoder/vp9_denoiser.c b/source/libvpx/vp9/encoder/vp9_denoiser.c
|
| index bf6c533ce2d5fb88ddcb3db91578285ea2596444..39f210cf2b579cbfaf657380e49336eaa8c6c470 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_denoiser.c
|
| +++ b/source/libvpx/vp9/encoder/vp9_denoiser.c
|
| @@ -11,6 +11,7 @@
|
| #include <assert.h>
|
| #include <limits.h>
|
| #include "./vpx_dsp_rtcd.h"
|
| +#include "vpx_dsp/vpx_dsp_common.h"
|
| #include "vpx_scale/yv12config.h"
|
| #include "vpx/vpx_integer.h"
|
| #include "vp9/common/vp9_reconinter.h"
|
|
|