diff --git a/AK/Utf16View.h b/AK/Utf16View.h index ff7c23740a..ed40af7563 100644 --- a/AK/Utf16View.h +++ b/AK/Utf16View.h @@ -57,6 +57,8 @@ private: class Utf16View { public: + using Iterator = Utf16CodePointIterator; + static bool is_high_surrogate(u16); static bool is_low_surrogate(u16); static u32 decode_surrogate_pair(u16 high_surrogate, u16 low_surrogate);