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

Unified Diff: Source/platform/geometry/DoublePoint.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/DoublePoint.h
diff --git a/Source/platform/geometry/DoublePoint.h b/Source/platform/geometry/DoublePoint.h
index d76e2d28890c6750631ac969c23b247c2e2d044f..3d45eb82c127ab4c8eba385f687033856668e44d 100644
--- a/Source/platform/geometry/DoublePoint.h
+++ b/Source/platform/geometry/DoublePoint.h
@@ -9,6 +9,7 @@
#include "platform/geometry/FloatPoint.h"
#include "platform/geometry/FloatSize.h"
#include "platform/geometry/IntPoint.h"
+#include <algorithm> // For std::min/std::max
Nico 2015/04/16 21:16:55 remove comment
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698