Index: webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc |
diff --git a/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc b/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc |
index d67a43420c45f9746870f3cf3df856def1a921d5..c67775a3acd5ac3de73b537cbe47363cbfe324db 100644 |
--- a/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc |
+++ b/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc |
@@ -24,6 +24,7 @@ extern "C" { |
#include "webrtc/base/criticalsection.h" |
#include "webrtc/base/keep_ref_until_done.h" |
#include "webrtc/base/logging.h" |
+#include "webrtc/modules/video_coding/include/video_codec_interface.h" |
hta-webrtc
2016/11/23 14:08:53
Are these includes needed, given no other changes?
magjed_webrtc
2016/11/25 12:09:36
I have just moved it from webrtc/modules/video_cod
magjed_webrtc
2016/11/28 10:20:29
I ended up reverting these unrelated include chang
|
#include "webrtc/system_wrappers/include/metrics.h" |
namespace webrtc { |