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

Unified Diff: Source/core/layout/ColumnInfo.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/fetch/CrossOriginAccessControl.cpp ('k') | Source/core/style/GridCoordinate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/ColumnInfo.h
diff --git a/Source/core/layout/ColumnInfo.h b/Source/core/layout/ColumnInfo.h
index 6b7d283453cc37e8afcc6582c1addb481d9aae8f..ba5fbac93f6a3940b1c50b387aead404aac6c3bc 100644
--- a/Source/core/layout/ColumnInfo.h
+++ b/Source/core/layout/ColumnInfo.h
@@ -29,6 +29,7 @@
#include "platform/LayoutUnit.h"
#include "wtf/FastAllocBase.h"
#include "wtf/Noncopyable.h"
+#include <algorithm>
namespace blink {
« no previous file with comments | « Source/core/fetch/CrossOriginAccessControl.cpp ('k') | Source/core/style/GridCoordinate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698