From 56e75f364d70c4fa14bfc1ef229d9428ce4244d4 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Wed, 22 Oct 2025 10:58:15 -0700 Subject: [PATCH] Add messageformat2_arguments.h to module map --- icuSources/include/_foundation_unicode/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/icuSources/include/_foundation_unicode/module.modulemap b/icuSources/include/_foundation_unicode/module.modulemap index 39c440b..dbbf097 100644 --- a/icuSources/include/_foundation_unicode/module.modulemap +++ b/icuSources/include/_foundation_unicode/module.modulemap @@ -128,6 +128,7 @@ module _FoundationICU { header "symtable.h" header "ucasemap.h" header "ucoleitr.h" + header "messageformat2_arguments.h" header "messageformat2_function_registry.h" header "compactdecimalformat.h" header "unum.h"