From b58b20429d80e7dd0246f0f3607da8e58c936358 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 19 Nov 2023 16:42:13 +0100 Subject: [PATCH] Fix more missing headers --- src/ObjCommon/Utils/DistinctMapper.h | 1 + src/Utils/Math/Vector.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/ObjCommon/Utils/DistinctMapper.h b/src/ObjCommon/Utils/DistinctMapper.h index 46d616c45..a5173285a 100644 --- a/src/ObjCommon/Utils/DistinctMapper.h +++ b/src/ObjCommon/Utils/DistinctMapper.h @@ -2,6 +2,7 @@ #include "Utils/ClassUtils.h" +#include #include #include diff --git a/src/Utils/Math/Vector.h b/src/Utils/Math/Vector.h index 3657d33d0..2a188a1df 100644 --- a/src/Utils/Math/Vector.h +++ b/src/Utils/Math/Vector.h @@ -2,6 +2,7 @@ #include "Utils/ClassUtils.h" #include +#include template class Vector2 {