Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/text/StringBuilder.cpp |
| diff --git a/third_party/WebKit/Source/wtf/text/StringBuilder.cpp b/third_party/WebKit/Source/wtf/text/StringBuilder.cpp |
| index c4c831a35853d6918c113193c2fdee27e5566416..fa05ed8c6aa7433bce3fbabc3dfb6a774373b244 100644 |
| --- a/third_party/WebKit/Source/wtf/text/StringBuilder.cpp |
| +++ b/third_party/WebKit/Source/wtf/text/StringBuilder.cpp |
| @@ -30,6 +30,7 @@ |
| #include "IntegerToStringConversion.h" |
| #include "WTFString.h" |
| #include "wtf/dtoa.h" |
| +#include <algorithm> |
| namespace WTF { |