diff options
Diffstat (limited to 'Source/WTF/wtf/text/StringBuffer.h')
-rw-r--r-- | Source/WTF/wtf/text/StringBuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WTF/wtf/text/StringBuffer.h b/Source/WTF/wtf/text/StringBuffer.h index 22e161101..f293d333d 100644 --- a/Source/WTF/wtf/text/StringBuffer.h +++ b/Source/WTF/wtf/text/StringBuffer.h @@ -30,8 +30,8 @@ #define StringBuffer_h #include <wtf/Assertions.h> -#include <wtf/unicode/Unicode.h> #include <limits> +#include <unicode/utypes.h> namespace WTF { |