From d7f4d732c199df24620a162372c71ee83ed21e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Mon, 4 May 2020 15:35:26 +0900 Subject: sed -i s|ruby/3|ruby/impl|g This shall fix compile errors. --- include/ruby/impl/static_assert.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ruby/impl/static_assert.h') diff --git a/include/ruby/impl/static_assert.h b/include/ruby/impl/static_assert.h index 5d0e84c439..0a971a9630 100644 --- a/include/ruby/impl/static_assert.h +++ b/include/ruby/impl/static_assert.h @@ -21,8 +21,8 @@ * @brief Defines #RUBY3_STATIC_ASSERT. */ #include -#include "ruby/3/has/extension.h" -#include "ruby/3/compiler_since.h" +#include "ruby/impl/has/extension.h" +#include "ruby/impl/compiler_since.h" /** @cond INTERNAL_MACRO */ #if defined(__cplusplus) && defined(__cpp_static_assert) -- cgit v1.2.3