Index: third_party/WebKit/Source/core/css/ElementRuleCollector.cpp |
diff --git a/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp b/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp |
index 7fd97faf5b9e26d093c9c5a136df88aea770b56e..9cabfb0cfdbd69567c3cf74613f2a66400d4a698 100644 |
--- a/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp |
+++ b/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp |
@@ -42,6 +42,7 @@ |
#include "core/css/resolver/StyleResolverStats.h" |
#include "core/dom/shadow/ShadowRoot.h" |
#include "core/style/StyleInheritedData.h" |
+#include <algorithm> |
namespace blink { |