From f0727cea52c0f76d21b82a2872a5f517bae7c1bb Mon Sep 17 00:00:00 2001 From: Basilisk-Dev Date: Wed, 15 Apr 2026 23:18:51 -0400 Subject: [PATCH] Issue #3049 - Use standard JSContext declaration in minimal JIT header --- js/src/jit/LoongArchMinimalJit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/src/jit/LoongArchMinimalJit.h b/js/src/jit/LoongArchMinimalJit.h index 40562a64aa..81e5084559 100644 --- a/js/src/jit/LoongArchMinimalJit.h +++ b/js/src/jit/LoongArchMinimalJit.h @@ -6,9 +6,10 @@ #ifndef jit_LoongArchMinimalJit_h #define jit_LoongArchMinimalJit_h +#include "jspubtd.h" + namespace js { -class JSContext; class RunState; namespace jit {