Index: third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
index 42b03d34f4a3ed31c22d368ce506ae4f4457199a..d2eb676c64fd2de00a2d9b2764af8cb264b89085 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp |
@@ -33,6 +33,7 @@ |
#include "core/style/ComputedStyle.h" |
#include "core/style/GridCoordinate.h" |
#include "platform/LengthFunctions.h" |
+#include <algorithm> |
namespace blink { |