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

Unified Diff: Source/platform/geometry/FloatBox.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/platform/geometry/FloatBox.h
diff --git a/Source/platform/geometry/FloatBox.h b/Source/platform/geometry/FloatBox.h
index 97006a3c66fc64a77f1837d1ab0d0b3d54eac5a6..970ed907f5b31a04729405b42cb074629da9804f 100644
--- a/Source/platform/geometry/FloatBox.h
+++ b/Source/platform/geometry/FloatBox.h
@@ -31,6 +31,7 @@
#define FloatBox_h
#include "platform/geometry/FloatPoint3D.h"
+#include <algorithm> // For std::min/std::max
Nico 2015/04/16 21:16:55 remove comment
#include <cmath>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698