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

Unified Diff: Source/platform/geometry/LayoutPoint.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/FloatBox.h ('k') | Source/platform/geometry/LayoutRectOutsets.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/LayoutPoint.h
diff --git a/Source/platform/geometry/LayoutPoint.h b/Source/platform/geometry/LayoutPoint.h
index f604f5f01fdba60a6e2a1f37e2458988c628f821..ac54e420b532dcb0ec195f7218c6ace3e44a4af0 100644
--- a/Source/platform/geometry/LayoutPoint.h
+++ b/Source/platform/geometry/LayoutPoint.h
@@ -35,6 +35,7 @@
#include "platform/geometry/FloatPoint.h"
#include "platform/geometry/LayoutSize.h"
#include "wtf/MathExtras.h"
+#include <algorithm>
namespace blink {
« no previous file with comments | « Source/platform/geometry/FloatBox.h ('k') | Source/platform/geometry/LayoutRectOutsets.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698