mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
#include "internal/debug"
seems to be needed in assert mode
http://ci.rvm.jp/results/trunk-theap-asserts@silicon-docker/2525210
This commit is contained in:
parent
0c2d731ef2
commit
7bf44e9222
1 changed files with 1 additions and 0 deletions
1
hash.c
1
hash.c
|
@ -49,6 +49,7 @@
|
|||
|
||||
#if HASH_DEBUG
|
||||
#include "gc.h"
|
||||
#include "internal/debug.h"
|
||||
#endif
|
||||
|
||||
#define HAS_EXTRA_STATES(hash, klass) ( \
|
||||
|
|
Loading…
Reference in a new issue