Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/math')
-rw-r--r--src/math/matrix4f.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/math/matrix4f.cc b/src/math/matrix4f.cc
index d73b12e..094bbd6 100644
--- a/src/math/matrix4f.cc
+++ b/src/math/matrix4f.cc
@@ -4,12 +4,12 @@
the terms of the GNU General Public License version 2
*/
-// project headers
-#include "math/matrix4f.h"
+#include <string.h>
-// C++ headers
#include <cmath>
+#include "math/matrix4f.h"
+
namespace math
{