diff options
Diffstat (limited to 'src/iemmatrix.h')
-rw-r--r-- | src/iemmatrix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 6622441..4080707 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -62,6 +62,8 @@ #ifdef __WIN32__ # define fabsf fabs # define sqrtf sqrt +# define powf pow + #endif typedef double t_matrixfloat; |