diff options
| -rw-r--r-- | common.mk | 1 | ||||
| -rw-r--r-- | vm.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -20049,6 +20049,7 @@ vm.$(OBJEXT): {$(VPATH)}rubyparser.h vm.$(OBJEXT): {$(VPATH)}shape.h vm.$(OBJEXT): {$(VPATH)}st.h vm.$(OBJEXT): {$(VPATH)}subst.h +vm.$(OBJEXT): {$(VPATH)}symbol.h vm.$(OBJEXT): {$(VPATH)}thread_$(THREAD_MODEL).h vm.$(OBJEXT): {$(VPATH)}thread_native.h vm.$(OBJEXT): {$(VPATH)}variable.h @@ -33,6 +33,7 @@ #include "internal/variable.h" #include "iseq.h" #include "rjit.h" +#include "symbol.h" // This includes a macro for a more performant rb_id2sym. #include "yjit.h" #include "ruby/st.h" #include "ruby/vm.h" |
