Index: webrtc/common_video/video_frame_buffer.cc |
diff --git a/webrtc/common_video/video_frame_buffer.cc b/webrtc/common_video/video_frame_buffer.cc |
index dbb2743db1265890f4c7a3a854b6a415d059ee98..1d209370a6373b7fa0f58159bbc5801fe6c58b66 100644 |
--- a/webrtc/common_video/video_frame_buffer.cc |
+++ b/webrtc/common_video/video_frame_buffer.cc |
@@ -7,10 +7,11 @@ |
* in the file PATENTS. All contributing project authors may |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
+#include "webrtc/common_video/include/video_frame_buffer.h" |
-#include <algorithm> |
+#include <string.h> |
-#include "webrtc/common_video/include/video_frame_buffer.h" |
+#include <algorithm> |
#include "webrtc/base/checks.h" |
#include "webrtc/base/keep_ref_until_done.h" |