Index: third_party/WebKit/Source/wtf/text/WTFString.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/WTFString.cpp b/third_party/WebKit/Source/wtf/text/WTFString.cpp |
index 6fee9d06de8ce8269a1a0d9ad21a820acf6fc3d9..45a0ad0c6b49ebf82995e2bd62da76954e4493f2 100644 |
--- a/third_party/WebKit/Source/wtf/text/WTFString.cpp |
+++ b/third_party/WebKit/Source/wtf/text/WTFString.cpp |
@@ -34,6 +34,7 @@ |
#include "wtf/text/CharacterNames.h" |
#include "wtf/text/UTF8.h" |
#include "wtf/text/Unicode.h" |
+#include <algorithm> |
#include <stdarg.h> |
namespace WTF { |