Chromium Code Reviews| Index: third_party/WebKit/Source/core/paint/GridPainter.cpp |
| diff --git a/third_party/WebKit/Source/core/paint/GridPainter.cpp b/third_party/WebKit/Source/core/paint/GridPainter.cpp |
| index d25a196f5b6350d698b31281d6bb904b48cfa1f0..0e2a2683540a9f3343a20f119db1da026eb4a92c 100644 |
| --- a/third_party/WebKit/Source/core/paint/GridPainter.cpp |
| +++ b/third_party/WebKit/Source/core/paint/GridPainter.cpp |
| @@ -8,6 +8,7 @@ |
| #include "core/layout/LayoutGrid.h" |
| #include "core/paint/BlockPainter.h" |
| #include "core/paint/PaintInfo.h" |
| +#include <algorithm> |
| namespace blink { |