1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Should fix builds without mjit support

This commit is contained in:
Alan Wu 2021-02-17 13:17:52 -05:00
parent 1e573775bf
commit 03af6ad995

1
iseq.c
View file

@ -38,6 +38,7 @@
#include "ruby/util.h"
#include "vm_core.h"
#include "vm_callinfo.h"
#include "ujit.h"
#include "builtin.h"
#include "insns.inc"