Index: third_party/WebKit/Source/core/paint/TableSectionPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp b/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp |
index 23966dfa126eb4fefc363824f329920b0090d2fb..d01e30871f86c91ca2cc747c80db1fe281d32088 100644 |
--- a/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp |
@@ -16,6 +16,7 @@ |
#include "core/paint/PaintInfo.h" |
#include "core/paint/TableCellPainter.h" |
#include "core/paint/TableRowPainter.h" |
+#include <algorithm> |
namespace blink { |