Index: webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc |
diff --git a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc |
index d411b18bf812768adfca3ade2481564d46c3ab28..81213fb7924746a89c7d0b508563c592e0338e5d 100644 |
--- a/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc |
+++ b/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc |
@@ -21,6 +21,7 @@ |
#include "webrtc/base/checks.h" |
#include "webrtc/base/logging.h" |
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h" |
+#include "webrtc/modules/video_coding/include/video_codec_interface.h" |
hta-webrtc
2016/11/23 14:08:53
Removable?
|
#include "webrtc/system_wrappers/include/metrics.h" |
namespace webrtc { |