aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zexy.h')
-rw-r--r--src/zexy.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/zexy.h b/src/zexy.h
index cb651e9..784f0c0 100644
--- a/src/zexy.h
+++ b/src/zexy.h
@@ -36,6 +36,7 @@
#endif
#include "m_pd.h"
+#include <math.h>
#define VERSION "2.0"
@@ -46,8 +47,8 @@
# pragma warning( disable : 4305 )
# define HEARTSYMBOL 3
# define STATIC_INLINE
-//# define sqrtf sqrt
-//# define fabsf fabs
+# define sqrtf sqrt
+# define fabsf fabs
#else
# define HEARTSYMBOL 169
# define STATIC_INLINE static