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

Unified Diff: Source/wtf/ArrayBufferView.h

Issue 1088843002: Add #include <algorithm> to code that is missing it. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months 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: Source/wtf/ArrayBufferView.h
diff --git a/Source/wtf/ArrayBufferView.h b/Source/wtf/ArrayBufferView.h
index 2b6ca9838a8fd4d8cd76505bff012aaf5bf14c29..47d544f1d383d7d8efcbdc0d387d6702eba1ff88 100644
--- a/Source/wtf/ArrayBufferView.h
+++ b/Source/wtf/ArrayBufferView.h
@@ -28,12 +28,12 @@
#include "wtf/ArrayBuffer.h"
-#include <algorithm>
-#include <limits.h>
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
#include "wtf/RefPtr.h"
#include "wtf/WTFExport.h"
+#include <algorithm> // For std::min
Nico 2015/04/16 21:16:56 remove comment
+#include <limits.h>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698