diff options
author | Martok <martok@martoks-place.de> | 2023-02-16 01:33:43 +0100 |
---|---|---|
committer | Martok <martok@martoks-place.de> | 2023-02-16 01:33:43 +0100 |
commit | 5f9d4f115e8d6383877de6eaacb65488c74b4188 (patch) | |
tree | 1861e7cd5ce0fda3dbeb926986090df58c043716 /js/src/vm/SelfHosting.cpp | |
parent | 29e2547f26a8bf1555f863b560b2e61b8f3f03bd (diff) | |
download | uxp-5f9d4f115e8d6383877de6eaacb65488c74b4188.tar.gz |
Issue #2046 - Move Intl.PluralRules functionality into builtin/intl/PluralRules.*
Diffstat (limited to 'js/src/vm/SelfHosting.cpp')
-rw-r--r-- | js/src/vm/SelfHosting.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/vm/SelfHosting.cpp b/js/src/vm/SelfHosting.cpp index a8a5e5abff..3248f8d47a 100644 --- a/js/src/vm/SelfHosting.cpp +++ b/js/src/vm/SelfHosting.cpp @@ -26,6 +26,7 @@ #include "builtin/intl/Collator.h" #include "builtin/intl/DateTimeFormat.h" #include "builtin/intl/NumberFormat.h" +#include "builtin/intl/PluralRules.h" #include "builtin/MapObject.h" #include "builtin/ModuleObject.h" #include "builtin/Object.h" |