From 135b533e84ea04d0a494422efba635e5c9f2bfb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Fri, 10 Jan 2020 20:29:24 +0900 Subject: add missing #include --- internal/compilers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/compilers.h') diff --git a/internal/compilers.h b/internal/compilers.h index 68e2d33e28..bdaaa20a21 100644 --- a/internal/compilers.h +++ b/internal/compilers.h @@ -210,6 +210,7 @@ __extension__({ \ RB_BUILTIN_TYPE(arg_obj); \ }) #else +# include "ruby/ruby.h" static inline int rb_obj_builtin_type(VALUE obj) { -- cgit v1.2.1