From 715955ff27206351dcf509eb3c60e0927ad9a708 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 14 Jul 2019 13:06:22 +0900 Subject: Include ruby/assert.h in ruby/ruby.h so that assertions can be there --- include/ruby/ruby.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ruby') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 281c3ff98e..863102228b 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -27,6 +27,7 @@ extern "C" { #endif #include "defines.h" +#include "ruby/assert.h" /* For MinGW, we need __declspec(dllimport) for RUBY_EXTERN on MJIT. mswin's RUBY_EXTERN already has that. See also: win32/Makefile.sub */ -- cgit v1.2.3