summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-12-26 21:20:50 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-12-26 21:20:50 +0900
commit7bf44e9222dfe270ecfefad2b0cb6235732d50a9 (patch)
tree81d7eb2f70ffed064de600255b5b5aea11737459 /hash.c
parent0c2d731ef210c9121e2a97cc5b0d7594a80389f3 (diff)
`#include "internal/debug"` seems to be needed in assert mode
http://ci.rvm.jp/results/trunk-theap-asserts@silicon-docker/2525210
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index 606d5d3930..04c821ac79 100644
--- a/hash.c
+++ b/hash.c
@@ -49,6 +49,7 @@
#if HASH_DEBUG
#include "gc.h"
+#include "internal/debug.h"
#endif
#define HAS_EXTRA_STATES(hash, klass) ( \