fixed for clang

This commit is contained in:
2025-03-24 06:48:43 +03:00
parent 54ef1abb21
commit d30c5be50f
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#include "omath/Matrix.hpp"
#include "omath/Angles.hpp"
#include "omath/Vector3.hpp"
#include "omath/matrix.hpp"
#include "omath/angles.hpp"
#include "omath/vector3.hpp"
#include <complex>