summaryrefslogtreecommitdiff
path: root/common/matrix.cpp
diff options
context:
space:
mode:
authorleo2000-01-04 11:18:47 +0000
committerleo2000-01-04 11:18:47 +0000
commitbe42a748bdff8ee4ef8776e1548275485d7c8122 (patch)
tree13557e85cd3ca505f8256b549facaed5882b55d8 /common/matrix.cpp
parent7e28c4ea0210e4f4738086b5b28bfb227da15660 (diff)
Added support for modifying the library
git-svn-id: http://svn.leocad.org/trunk@47 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/matrix.cpp')
-rw-r--r--common/matrix.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/matrix.cpp b/common/matrix.cpp
index 829cd6f..39866d1 100644
--- a/common/matrix.cpp
+++ b/common/matrix.cpp
@@ -3,6 +3,7 @@
#include <memory.h>
#include <math.h>
+#include <string.h>
#include "matrix.h"
#include "file.h"
#include "defines.h"
@@ -640,4 +641,4 @@ bool Matrix::FromInverse(double* src)
}
return true;
-} \ No newline at end of file
+}