From 254ba545f5ac7fb94acf7d341894de86802fee42 Mon Sep 17 00:00:00 2001 From: VDm Date: Sat, 12 Jul 2025 17:36:44 +0400 Subject: [PATCH] fix(matrix): include CMath in C34Matrix --- tempest/matrix/C34Matrix.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tempest/matrix/C34Matrix.cpp b/tempest/matrix/C34Matrix.cpp index b11b8b5..02206d0 100644 --- a/tempest/matrix/C34Matrix.cpp +++ b/tempest/matrix/C34Matrix.cpp @@ -2,6 +2,7 @@ #include "tempest/vector/C3Vector.hpp" #include "tempest/matrix/C33Matrix.hpp" #include "tempest/quaternion/C4Quaternion.hpp" +#include "tempest/math/CMath.hpp" C34Matrix C34Matrix::Rotation(float angle, const C3Vector& axis, bool unit) {