Index: Source/wtf/text/WTFString.h |
diff --git a/Source/wtf/text/WTFString.h b/Source/wtf/text/WTFString.h |
index 247a908fee9377798bcc24d628a8bd15237b64d0..0217729f8b38c31908cb5683242d1a188384b2e3 100644 |
--- a/Source/wtf/text/WTFString.h |
+++ b/Source/wtf/text/WTFString.h |
@@ -30,6 +30,7 @@ |
#include "wtf/text/ASCIIFastPath.h" |
#include "wtf/text/StringImpl.h" |
#include "wtf/text/StringView.h" |
+#include <algorithm> |
#ifdef __OBJC__ |
#include <objc/objc.h> |