Chromium Code Reviews| Index: webrtc/test/frame_utils.cc |
| diff --git a/webrtc/test/frame_utils.cc b/webrtc/test/frame_utils.cc |
| index b332b8fb918d8ff041e7090fae6b705631994d08..86f0d7ceabc0f6e105f6334f31e86609ecdd4f4d 100644 |
| --- a/webrtc/test/frame_utils.cc |
| +++ b/webrtc/test/frame_utils.cc |
| @@ -8,8 +8,12 @@ |
| * be found in the AUTHORS file in the root of the source tree. |
| */ |
| +#include <cstdio> |
|
the sun
2016/12/05 22:36:29
we generally use stdio.h etc
nisse-webrtc
2016/12/06 12:02:15
I see. There are only 8 other uses of cstdio.
nisse-webrtc
2016/12/13 15:08:02
Done.
|
| +#include <cstring> |
| + |
| +#include "webrtc/api/video/i420_buffer.h" |
| +#include "webrtc/api/video/video_frame.h" |
| #include "webrtc/test/frame_utils.h" |
| -#include "webrtc/video_frame.h" |
| namespace webrtc { |
| namespace test { |