Do not include core::string in matrix4.h

This commit is contained in:
sfan5 2024-03-17 23:24:02 +01:00
parent 26c4f4e63d
commit a9c4683b18
1 changed files with 1 additions and 1 deletions

View File

@ -4,13 +4,13 @@
#pragma once
#include <cstring> // 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