]> granicus.if.org Git - libvpx/commitdiff
Add missing includes to simple_encode.h
authorangiebird <angiebird@google.com>
Fri, 22 Nov 2019 18:44:02 +0000 (10:44 -0800)
committerangiebird <angiebird@google.com>
Mon, 25 Nov 2019 18:37:53 +0000 (10:37 -0800)
Change-Id: Ic3bb2450443c52ba3df1ed6729cecdab51245e76

vp9/simple_encode.h

index 6033d938fa597da5edae913adf043db12bec3f60..5d6972e7a5a8119f6ce9b19b385b28f0298a08c4 100644 (file)
@@ -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 @@ class SimpleEncode {
 
  private:
   class EncodeImpl;
+
   int frame_width_;
   int frame_height_;
   int frame_rate_num_;