Skip to content

Commit

Permalink
fix math.h self reference
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyDOGE committed Jul 27, 2022
1 parent fb8f2ac commit bb1b117
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion havana/havok/hk_math/vecmath.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class hk_Diagonal_Matrix;
#include <hk_base/base.h>

#include <hk_math/types.h>
#include <hk_math/math.h>
#include <hk_math/base_math.h>

#include <hk_math/vector3/vector3.h>
#include <hk_math/vector4.h>
Expand Down

0 comments on commit bb1b117

Please sign in to comment.