diff options
Diffstat (limited to 'Userland/Libraries/LibUnicode/Forward.h')
-rw-r--r-- | Userland/Libraries/LibUnicode/Forward.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibUnicode/Forward.h b/Userland/Libraries/LibUnicode/Forward.h index 5d9dde274e..8d6c43e3ff 100644 --- a/Userland/Libraries/LibUnicode/Forward.h +++ b/Userland/Libraries/LibUnicode/Forward.h @@ -21,6 +21,7 @@ enum class Script : u8; enum class Territory : u8; enum class WordBreakProperty : u8; +struct CurrencyCode; struct Keyword; struct LanguageID; struct ListPatterns; |