summaryrefslogtreecommitdiff
path: root/internal/complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/complex.h')
-rw-r--r--internal/complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/complex.h b/internal/complex.h
index afabd36fbc..effee4b0ad 100644
--- a/internal/complex.h
+++ b/internal/complex.h
@@ -9,7 +9,7 @@
* file COPYING are met. Consult the file for details.
* @brief Internal header for Complex.
*/
-#include "ruby/3/value.h" /* for struct RBasic */
+#include "ruby/impl/value.h" /* for struct RBasic */
struct RComplex {
struct RBasic basic;