| Index: webrtc/modules/video_coding/codecs/test/video_codec_test.h
|
| diff --git a/webrtc/modules/video_coding/codecs/test/video_codec_test.h b/webrtc/modules/video_coding/codecs/test/video_codec_test.h
|
| index 012b822b9734bf621ea5dda74feff70cb9bd53a6..477d66d66a0635a775b509677197d96138bbaab0 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/video_codec_test.h
|
| +++ b/webrtc/modules/video_coding/codecs/test/video_codec_test.h
|
| @@ -19,6 +19,8 @@
|
| #include "webrtc/base/event.h"
|
| #include "webrtc/base/thread_annotations.h"
|
| #include "webrtc/modules/video_coding/include/video_codec_interface.h"
|
| +#include "webrtc/modules/video_coding/utility/vp8_header_parser.h"
|
| +#include "webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.h"
|
| #include "webrtc/test/gtest.h"
|
|
|
| namespace webrtc {
|
|
|