summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index 34a1ef52ce..417ab542c8 100644
--- a/vm.c
+++ b/vm.c
@@ -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"