We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5811ecf commit 267a4e3Copy full SHA for 267a4e3
js/src/jit/riscv64/constant/Base-constant-riscv.h
@@ -3,6 +3,10 @@
3
// found in the LICENSE file.
4
#ifndef jit_riscv64_constant_Base_constant_riscv__h_
5
#define jit_riscv64_constant_Base_constant_riscv__h_
6
+
7
+#include "mozilla/Assertions.h"
8
+#include "mozilla/Types.h"
9
10
namespace js {
11
namespace jit {
12
0 commit comments