From ef263a11fe1ad2bac6e52be48e1519916839f15d Mon Sep 17 00:00:00 2001 From: angiebird Date: Fri, 22 Nov 2019 10:44:02 -0800 Subject: [PATCH] Add missing includes to simple_encode.h Change-Id: Ic3bb2450443c52ba3df1ed6729cecdab51245e76 --- vp9/simple_encode.h | 3 +++ 1 file changed, 3 insertions(+) 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_; -- 2.50.1