summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2023-08-06 23:22:09 -0500
committerBrian Smith <brian@dbsoft.org>2023-08-06 23:22:09 -0500
commitd9aa76f5c2bd150af3b284cdde1a3da20120b51b (patch)
tree6b241a4947b90f1312cdfdd9cd7911478ac7764b
parent9dda91e5cb765d0f6d9fdd598fd514a0d28eae1f (diff)
downloaduxp-d9aa76f5c2bd150af3b284cdde1a3da20120b51b.tar.gz
No Issue - Fix building with --enable-js-lto
Needed to include jscntxt.h due to de-unified building.
-rw-r--r--js/src/builtin/intl/CommonFunctions.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/src/builtin/intl/CommonFunctions.h b/js/src/builtin/intl/CommonFunctions.h
index c6856c9b6d..8c538a489b 100644
--- a/js/src/builtin/intl/CommonFunctions.h
+++ b/js/src/builtin/intl/CommonFunctions.h
@@ -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 */ \ No newline at end of file
+#endif /* builtin_intl_CommonFunctions_h */