[Scummvm-git-logs] scummvm master -> 7259ad353565aff698d731464ddd889a227c863f
lephilousophe
noreply at scummvm.org
Sun Dec 26 18:36:30 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7259ad3535 MATH: Fix build failure by adding squre matrix specialization
Commit: 7259ad353565aff698d731464ddd889a227c863f
https://github.com/scummvm/scummvm/commit/7259ad353565aff698d731464ddd889a227c863f
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-12-26T19:35:56+01:00
Commit Message:
MATH: Fix build failure by adding squre matrix specialization
Changed paths:
math/vector3d.h
diff --git a/math/vector3d.h b/math/vector3d.h
index 79398a1297b..65876794ccd 100644
--- a/math/vector3d.h
+++ b/math/vector3d.h
@@ -25,8 +25,9 @@
#include "common/scummsys.h"
#include "common/endian.h"
-#include "math/vector.h"
#include "math/angle.h"
+#include "math/squarematrix.h"
+#include "math/vector.h"
namespace Math {
More information about the Scummvm-git-logs
mailing list