mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
AK: Add forward declaration for Utf8CodePointIterator
This commit is contained in:
parent
b253bca807
commit
1752f7720e
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ class URL;
|
|||
class FlyString;
|
||||
class Utf16View;
|
||||
class Utf32View;
|
||||
class Utf8CodePointIterator;
|
||||
class Utf8View;
|
||||
class InputStream;
|
||||
class InputMemoryStream;
|
||||
|
@ -183,5 +184,6 @@ using AK::Traits;
|
|||
using AK::URL;
|
||||
using AK::Utf16View;
|
||||
using AK::Utf32View;
|
||||
using AK::Utf8CodePointIterator;
|
||||
using AK::Utf8View;
|
||||
using AK::Vector;
|
||||
|
|
Loading…
Reference in a new issue