From: James Zern Date: Wed, 3 Feb 2016 01:43:33 +0000 (-0800) Subject: vp9_resize.c: add missing include X-Git-Tag: v1.6.0~384^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a515c16fdfd9ab3c1ebf9d842ad0722663e9e20;p=libvpx vp9_resize.c: add missing include Change-Id: I429e3c80216102ed0a85ce348ecac0bf1e1e28eb --- diff --git a/vp9/encoder/vp9_resize.c b/vp9/encoder/vp9_resize.c index 59c747852..f4d0db4d5 100644 --- a/vp9/encoder/vp9_resize.c +++ b/vp9/encoder/vp9_resize.c @@ -15,6 +15,7 @@ #include #include +#include "./vpx_config.h" #if CONFIG_VP9_HIGHBITDEPTH #include "vpx_dsp/vpx_dsp_common.h" #endif // CONFIG_VP9_HIGHBITDEPTH