From: angiebird Date: Fri, 22 Nov 2019 18:44:02 +0000 (-0800) Subject: Add missing includes to simple_encode.h X-Git-Tag: v1.8.2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef263a11fe1ad2bac6e52be48e1519916839f15d;p=libvpx Add missing includes to simple_encode.h Change-Id: Ic3bb2450443c52ba3df1ed6729cecdab51245e76 --- diff --git a/vp9/simple_encode.h b/vp9/simple_encode.h index 6033d938f..5d6972e7a 100644 --- a/vp9/simple_encode.h +++ b/vp9/simple_encode.h @@ -11,6 +11,8 @@ #ifndef VPX_VP9_SIMPLE_ENCODE_H_ #define VPX_VP9_SIMPLE_ENCODE_H_ +#include +#include #include #include #include @@ -76,6 +78,7 @@ class SimpleEncode { private: class EncodeImpl; + int frame_width_; int frame_height_; int frame_rate_num_;