diff options
author | Matt Valentine-House <[email protected]> | 2023-02-17 14:14:53 +0000 |
---|---|---|
committer | Matt Valentine-House <[email protected]> | 2023-04-06 11:07:16 +0100 |
commit | 879cda98a4cdce91d736ea9ba81168effe090718 (patch) | |
tree | 22d5d0568c4a47c15912fd87c3c111abc5c16460 /ractor_core.h | |
parent | d91a82850ac337c80807743bc0841369a8a1748c (diff) |
Remove dependancy of vm_core.h on shape.h
so that now shape can happily include gc.h
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7393
Diffstat (limited to 'ractor_core.h')
-rw-r--r-- | ractor_core.h | 1 |
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" |