diff options
Diffstat (limited to 'include/ruby/impl/warning_push.h')
-rw-r--r-- | include/ruby/impl/warning_push.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/impl/warning_push.h b/include/ruby/impl/warning_push.h index 2affb3abb1..14fd7ba139 100644 --- a/include/ruby/impl/warning_push.h +++ b/include/ruby/impl/warning_push.h @@ -43,8 +43,8 @@ * RUBY3_WARNING_POP() * ``` */ -#include "ruby/3/compiler_is.h" -#include "ruby/3/compiler_since.h" +#include "ruby/impl/compiler_is.h" +#include "ruby/impl/compiler_since.h" #if RUBY3_COMPILER_SINCE(MSVC, 12, 0, 0) # /* Not sure exactly when but it seems VC++ 6.0 is a version with it.*/ |