From 633adcd461e08fbedd09328b27aa6bb29e6b52a4 Mon Sep 17 00:00:00 2001 From: MonsterDruide1 <5958456@gmail.com> Date: Wed, 7 Aug 2024 23:23:59 +0200 Subject: [PATCH] math/seadQuatCalc: Add missing includes --- include/math/seadQuatCalcCommon.h | 1 + include/math/seadQuatCalcCommon.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/math/seadQuatCalcCommon.h b/include/math/seadQuatCalcCommon.h index f714d7a3..bfe9bde9 100644 --- a/include/math/seadQuatCalcCommon.h +++ b/include/math/seadQuatCalcCommon.h @@ -1,5 +1,6 @@ #pragma once +#include #include namespace sead diff --git a/include/math/seadQuatCalcCommon.hpp b/include/math/seadQuatCalcCommon.hpp index a5737371..9583b3eb 100644 --- a/include/math/seadQuatCalcCommon.hpp +++ b/include/math/seadQuatCalcCommon.hpp @@ -6,6 +6,7 @@ #include #include +#include namespace sead {