| 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 3086eb99f330e5c68cf1e9a84a10f589d9aa4f47..87cc35955dbafc1d66dc0d416ac7b334431878a7 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringBuilder.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/StringBuilder.cpp
|
| @@ -26,10 +26,10 @@
|
|
|
| #include "wtf/text/StringBuilder.h"
|
|
|
| +#include <algorithm>
|
| #include "wtf/dtoa.h"
|
| #include "wtf/text/IntegerToStringConversion.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <algorithm>
|
|
|
| namespace WTF {
|
|
|
|
|