Index: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
index e15ece8d3b792405a5f11a5b1c990be3da7e700c..494e33d8ca80a2d8752dd1a8954f912f12ddb7ca 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp |
@@ -35,6 +35,7 @@ |
#include "core/layout/SubtreeLayoutScope.h" |
#include "core/paint/TableSectionPainter.h" |
#include "wtf/HashSet.h" |
+#include <algorithm> |
#include <limits> |
namespace blink { |