diff options
| author | Max Anselm <[email protected]> | 2012-07-29 19:45:27 -0400 |
|---|---|---|
| committer | Max Anselm <[email protected]> | 2012-07-29 19:48:48 -0400 |
| commit | 5a4beeed2d0c229a3a558650f03c8390da2d556c (patch) | |
| tree | 545bffc9810de3e29bd94625aa48aa748d4c1dce /src/math.c | |
| parent | ee899778c4f6cb0d201e50996e73639eabf98704 (diff) | |
| download | mruby-5a4beeed2d0c229a3a558650f03c8390da2d556c.tar.gz mruby-5a4beeed2d0c229a3a558650f03c8390da2d556c.zip | |
Make all(?) void casts explicit for C++
Diffstat (limited to 'src/math.c')
| -rw-r--r-- | src/math.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math.c b/src/math.c index cf9a20489..ecf9fbf43 100644 --- a/src/math.c +++ b/src/math.c @@ -5,6 +5,7 @@ */ #include "mruby.h" +#include "mruby/array.h" #ifdef ENABLE_MATH #include <math.h> |
