shithub: libvpx

Download patch

ref: ef263a11fe1ad2bac6e52be48e1519916839f15d
parent: 85108a55b2cf5ea6b61d9a983531068dc5a85473
author: angiebird <angiebird@google.com>
date: Fri Nov 22 05:44:02 EST 2019

Add missing includes to simple_encode.h

Change-Id: Ic3bb2450443c52ba3df1ed6729cecdab51245e76

--- 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 <cstddef>
+#include <cstdint>
 #include <cstdio>
 #include <memory>
 #include <vector>
@@ -76,6 +78,7 @@
 
  private:
   class EncodeImpl;
+
   int frame_width_;
   int frame_height_;
   int frame_rate_num_;