Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: webrtc/base/timing.cc

Issue 1528503003: Lint enabled for webrtc/modules/video_coding folder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/base/timing.cc
diff --git a/webrtc/base/timing.cc b/webrtc/base/timing.cc
index 0c5ed5e12cb71015f403ff8f8b7a45e5aec03237..963d9eee5d9771677baa86eb87f3df79d4e5d07f 100644
--- a/webrtc/base/timing.cc
+++ b/webrtc/base/timing.cc
@@ -8,6 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#include <algorithm>
mflodman 2015/12/17 13:05:39 What is this used for here?
philipel 2015/12/18 12:23:16 Removed
+
#include "webrtc/base/timing.h"
#include "webrtc/base/timeutils.h"

Powered by Google App Engine
This is Rietveld 408576698