mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #2046 - Follow-up: Fix deprot in builtin/intl
Missing a couple of includes. Tag #80
This commit is contained in:
parent
091a2aab80
commit
a2d6260cd6
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
/* Implementation of the Intl.PluralRules proposal. */
|
||||
|
||||
#include "builtin/intl/NumberFormat.h"
|
||||
#include "builtin/intl/PluralRules.h"
|
||||
|
||||
#include "mozilla/Assertions.h"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include "jsatom.h"
|
||||
#include "jscntxt.h"
|
||||
#include "jsstr.h"
|
||||
|
||||
#include "builtin/intl/CommonFunctions.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue