aboutsummaryrefslogtreecommitdiffstats
path: root/mjit_compile.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-14 00:13:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-17 15:23:01 +0900
commitb880576e595adab0e5ed0a25369ec7035c2cbfc1 (patch)
tree692c57e964140f32eba31475a4deba436f96e30c /mjit_compile.c
parent81fbc8d5531be5e61f639c2ee4509017b5e010a0 (diff)
downloadruby-b880576e595adab0e5ed0a25369ec7035c2cbfc1.tar.gz
yjit.h is not necessary for all sources using mjit.h
Diffstat (limited to 'mjit_compile.c')
-rw-r--r--mjit_compile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mjit_compile.c b/mjit_compile.c
index 2c7996c258..390e3d2850 100644
--- a/mjit_compile.c
+++ b/mjit_compile.c
@@ -21,6 +21,7 @@
#include "internal/variable.h"
#include "mjit.h"
#include "mjit_unit.h"
+#include "yjit.h"
#include "vm_core.h"
#include "vm_callinfo.h"
#include "vm_exec.h"