From fe2baedc760c2f29e2c720f6b1132a2de33c5430 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 8 Jul 2023 03:25:44 +0200 Subject: Use own size types --- src/Math/Common.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Math/Common.hpp') diff --git a/src/Math/Common.hpp b/src/Math/Common.hpp index 1ea75f2..cf5a2c7 100644 --- a/src/Math/Common.hpp +++ b/src/Math/Common.hpp @@ -1,5 +1,7 @@ #pragma once +#include "../Common/Sizes.hpp" + #include "Vector.hpp" #include "Matrix.hpp" #include "Rotation.hpp" -- cgit 1.4.1