diff options
Diffstat (limited to 'mrbgems/mruby-complex/src')
| -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 |
