diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-26 10:57:07 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-26 10:57:07 +0900 |
| commit | 17ecf145111f903d62952fb1b557ea60471d7408 (patch) | |
| tree | ac93ecf059dc48934a41e020f29986ea28e5ba42 /mrbgems/mruby-complex | |
| parent | 165f79c877901db790070b97250633c5c92bcfe7 (diff) | |
| download | mruby-17ecf145111f903d62952fb1b557ea60471d7408.tar.gz mruby-17ecf145111f903d62952fb1b557ea60471d7408.zip | |
Revert "Minimize the changes in #5277"
This reverts commit dc51d89ac22acc60b9bfeed87115863565b74085.
Diffstat (limited to 'mrbgems/mruby-complex')
| -rw-r--r-- | mrbgems/mruby-complex/src/complex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-complex/src/complex.c b/mrbgems/mruby-complex/src/complex.c index 6b7486ab0..5305e09d8 100644 --- a/mrbgems/mruby-complex/src/complex.c +++ b/mrbgems/mruby-complex/src/complex.c @@ -1,6 +1,7 @@ #include <mruby.h> #include <mruby/class.h> #include <mruby/numeric.h> +#include <mruby/presym.h> #include <math.h> #ifdef MRB_NO_FLOAT |
