From b857caf9dae08ba442b22c670db775fcd947a569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 9 Jun 2005 18:56:30 +0000 Subject: moved "include " into zexy.h svn path=/trunk/externals/zexy/; revision=3150 --- src/zexy.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/zexy.h') 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 #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 -- cgit v1.2.1