aboutsummaryrefslogtreecommitdiffstats
path: root/ractor_core.h
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2023-02-17 14:14:53 +0000
committerMatt Valentine-House <matt@eightbitraptor.com>2023-04-06 11:07:16 +0100
commit879cda98a4cdce91d736ea9ba81168effe090718 (patch)
tree22d5d0568c4a47c15912fd87c3c111abc5c16460 /ractor_core.h
parentd91a82850ac337c80807743bc0841369a8a1748c (diff)
downloadruby-879cda98a4cdce91d736ea9ba81168effe090718.tar.gz
Remove dependancy of vm_core.h on shape.h
so that now shape can happily include gc.h
Diffstat (limited to 'ractor_core.h')
-rw-r--r--ractor_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ractor_core.h b/ractor_core.h
index e9c9ace3a2..1fd8da0d84 100644
--- a/ractor_core.h
+++ b/ractor_core.h
@@ -1,3 +1,4 @@
+#include "internal/gc.h"
#include "ruby/ruby.h"
#include "ruby/ractor.h"
#include "vm_core.h"