diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-11-21 20:20:37 -0600 |
|---|---|---|
| committer | Garrett Cox <garrettjcox@gmail.com> | 2024-11-21 20:20:37 -0600 |
| commit | 6b71793b4f0b430c9624af04eab59e490c8b7993 (patch) | |
| tree | c984e903221d48eee715ea2f7f4d131678c46aa3 /src/code_80057C60.c | |
| parent | 318a6d713fa3011523cfc813f64251e86301deed (diff) | |
Fix clang compiler issues
Diffstat (limited to 'src/code_80057C60.c')
| -rw-r--r-- | src/code_80057C60.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code_80057C60.c b/src/code_80057C60.c index 11a1d436e..5450f9d93 100644 --- a/src/code_80057C60.c +++ b/src/code_80057C60.c @@ -38,6 +38,7 @@ #include "data/some_data.h" #include <assets/some_data.h> #include "port/Game.h" +#include "engine/Matrix.h" //! @warning this macro is undef'd at the end of this file #define MAKE_RGB(r, g, b) (((r) << 0x10) | ((g) << 0x08) | (b << 0x00)) |
