mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
No Issue - Fix building with --enable-js-lto Needed to include jscntxt.h due to de-unified building.
This commit is contained in:
parent
42b2de6fe9
commit
0e1816aa4c
1 changed files with 3 additions and 1 deletions
|
|
@ -18,6 +18,8 @@
|
|||
#include "js/Vector.h"
|
||||
#include "vm/String.h"
|
||||
|
||||
#include "jscntxt.h"
|
||||
|
||||
namespace JS { class Value; }
|
||||
|
||||
class JSObject;
|
||||
|
|
@ -159,4 +161,4 @@ CallICU(JSContext* cx, const ICUStringFunction& strFn)
|
|||
|
||||
} // namespace js
|
||||
|
||||
#endif /* builtin_intl_CommonFunctions_h */
|
||||
#endif /* builtin_intl_CommonFunctions_h */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue