No Issue - Fix building with --enable-js-lto Needed to include jscntxt.h due to de-unified building.

This commit is contained in:
Brian Smith 2023-08-06 23:22:09 -05:00 committed by roytam1
commit 0e1816aa4c

View file

@ -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 */