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

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: And no more comments 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
« no previous file with comments | « Source/platform/geometry/DoublePoint.h ('k') | Source/platform/geometry/LayoutPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/FloatBox.h
diff --git a/Source/platform/geometry/FloatBox.h b/Source/platform/geometry/FloatBox.h
index 97006a3c66fc64a77f1837d1ab0d0b3d54eac5a6..a5edd6043108029353fba267cf95a4b621bb1bf7 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>
#include <cmath>
namespace blink {
« no previous file with comments | « Source/platform/geometry/DoublePoint.h ('k') | Source/platform/geometry/LayoutPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698