aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/iemmatrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iemmatrix.h b/src/iemmatrix.h
index 98c9da2..34b15e3 100644
--- a/src/iemmatrix.h
+++ b/src/iemmatrix.h
@@ -81,6 +81,7 @@
# define expf(v) (float)exp((double)(v))
# define atan2f(v,p) (float)atan2((double)(v), (double)(p))
# define powf(v,p) (float)pow((double)(v), (double)(p))
+# endif
#endif
typedef double t_matrixfloat;