Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/matrix4f.cc')
-rw-r--r--src/math/matrix4f.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/math/matrix4f.cc b/src/math/matrix4f.cc
index b7953e9..caccae6 100644
--- a/src/math/matrix4f.cc
+++ b/src/math/matrix4f.cc
@@ -4,8 +4,7 @@
the terms of the GNU General Public License version 2
*/
-#include <string.h>
-
+#include <cstring>
#include <cmath>
#include "math/matrix4f.h"