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

Unified Diff: Source/core/style/GridCoordinate.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/core/layout/ColumnInfo.h ('k') | Source/platform/Timer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/GridCoordinate.h
diff --git a/Source/core/style/GridCoordinate.h b/Source/core/style/GridCoordinate.h
index afa687c93defb479f9d57a8ed0945080618eda14..57cf61ac901ee7acdfdc49a123cfa54cb6b24272 100644
--- a/Source/core/style/GridCoordinate.h
+++ b/Source/core/style/GridCoordinate.h
@@ -35,6 +35,7 @@
#include "wtf/HashMap.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/text/WTFString.h"
+#include <algorithm>
namespace blink {
« no previous file with comments | « Source/core/layout/ColumnInfo.h ('k') | Source/platform/Timer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698