Skip to content

Commit

Permalink
math/seadQuatCalc: Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterDruide1 committed Aug 7, 2024
1 parent d6a6f42 commit 633adcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/math/seadQuatCalcCommon.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <basis/seadTypes.h>
#include <math/seadMathPolicies.h>

namespace sead
Expand Down
1 change: 1 addition & 0 deletions include/math/seadQuatCalcCommon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <limits>
#include <math/seadMathCalcCommon.h>
#include <math/seadVectorCalcCommon.h>

namespace sead
{
Expand Down

0 comments on commit 633adcd

Please sign in to comment.