aboutsummaryrefslogtreecommitdiff
path: root/src/z_mtx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/z_mtx.c')
-rw-r--r--src/z_mtx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/z_mtx.c b/src/z_mtx.c
index 785c7e9..0f5edc6 100644
--- a/src/z_mtx.c
+++ b/src/z_mtx.c
@@ -48,7 +48,8 @@
#include <math.h>
#ifdef NT
-#include <memory.h>
+#include <memory.h>
+#include <string.h>
#define fabsf fabs
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )