Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp |
| diff --git a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp |
| index 631c83465428505929f9b77924091bf8e8c7ba8e..b0c747684a0ce966f47e0c7ee0f09eb6b9f56189 100644 |
| --- a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp |
| +++ b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp |
| @@ -39,6 +39,7 @@ |
| #include "wtf/HashFunctions.h" |
| #include "wtf/HashMap.h" |
| #include "wtf/text/CString.h" |
| +#include <algorithm> |
| namespace blink { |