fixed for clang

This commit is contained in:
2025-03-24 06:48:43 +03:00
parent a797dd134a
commit b6b0184523
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>