Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Do not include core::string in matrix4.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Mar 17, 2024
1 parent 26c4f4e commit a9c4683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/matrix4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9c4683

Please sign in to comment.