Index: webrtc/modules/video_coding/utility/include/vp8_header_parser.h |
diff --git a/webrtc/modules/video_coding/utility/include/vp8_header_parser.h b/webrtc/modules/video_coding/utility/include/vp8_header_parser.h |
index 88796ecd0e7639e88ac5a4b3dbab6a5b8d7dd823..711ca8f5993c85c51edeecf88dba0f7468030f48 100644 |
--- a/webrtc/modules/video_coding/utility/include/vp8_header_parser.h |
+++ b/webrtc/modules/video_coding/utility/include/vp8_header_parser.h |
@@ -11,6 +11,9 @@ |
#ifndef WEBRTC_MODULES_VIDEO_CODING_UTILITY_VP8_PARSE_HEADER_H_ |
#define WEBRTC_MODULES_VIDEO_CODING_UTILITY_VP8_PARSE_HEADER_H_ |
+#include <stdint.h> |
+#include <stdio.h> |
stefan-webrtc
2015/11/11 16:12:38
Why was this moved?
pbos-webrtc
2015/11/11 16:16:21
It should have been in the header (since the heade
|
+ |
namespace webrtc { |
namespace vp8 { |