Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 31fbb99

Browse files
CSharperMantlejandem
authored andcommitted
Bug 1975720 - [riscv64] Include relevant headers in Base-constant-riscv.h to avoid undefined symbols. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D256108
1 parent aa2117f commit 31fbb99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

js/src/jit/riscv64/constant/Base-constant-riscv.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// found in the LICENSE file.
44
#ifndef jit_riscv64_constant_Base_constant_riscv__h_
55
#define jit_riscv64_constant_Base_constant_riscv__h_
6+
7+
#include "mozilla/Assertions.h"
8+
#include "mozilla/Types.h"
9+
610
namespace js {
711
namespace jit {
812

0 commit comments

Comments
 (0)