1
0
Fork 0
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:
Yusuke Endoh 2019-12-26 21:20:50 +09:00
parent 0c2d731ef2
commit 7bf44e9222

1
hash.c
View file

@ -49,6 +49,7 @@
#if HASH_DEBUG
#include "gc.h"
#include "internal/debug.h"
#endif
#define HAS_EXTRA_STATES(hash, klass) ( \