From a9c4683b18af5c90ff1228de7c40df9c35b7a3fb Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 17 Mar 2024 23:24:02 +0100 Subject: [PATCH] Do not include core::string in matrix4.h --- include/matrix4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/matrix4.h b/include/matrix4.h index ed0e5751..3e5e0c44 100644 --- a/include/matrix4.h +++ b/include/matrix4.h @@ -4,13 +4,13 @@ #pragma once +#include // memset, memcpy #include "irrMath.h" #include "vector3d.h" #include "vector2d.h" #include "plane3d.h" #include "aabbox3d.h" #include "rect.h" -#include "irrString.h" #include "IrrCompileConfig.h" // for IRRLICHT_API // enable this to keep track of changes to the matrix