Chromium Code Reviews| Index: webrtc/common_video/h264/h264_common.h |
| diff --git a/webrtc/common_video/h264/h264_common.h b/webrtc/common_video/h264/h264_common.h |
| index c5cbd55d15d6421a0d53544cadef521f4c8ad9a2..1532225ce98b63d4e93ef8bd18de6725ff66bb2d 100644 |
| --- a/webrtc/common_video/h264/h264_common.h |
| +++ b/webrtc/common_video/h264/h264_common.h |
| @@ -16,6 +16,9 @@ |
| #include "webrtc/base/common.h" |
| #include "webrtc/base/buffer.h" |
| +#include "webrtc/base/optional.h" |
| +#include "webrtc/common_video/h264/pps_parser.h" |
|
magjed_webrtc
2016/09/27 14:39:19
I don't think these includes are needed?
|
| +#include "webrtc/common_video/h264/sps_parser.h" |
| namespace webrtc { |