diff --git a/app/src/main/cpp/cosmic/creeper/ee/fast_macros.h b/app/src/main/cpp/cosmic/creeper/ee/fast_macros.h index 663587e..c4adac4 100644 --- a/app/src/main/cpp/cosmic/creeper/ee/fast_macros.h +++ b/app/src/main/cpp/cosmic/creeper/ee/fast_macros.h @@ -1,5 +1,8 @@ #pragma once +#include +#include + #define RD_DW cpu->GPRs[ops.rd].dw[0] #define RT_DW cpu->GPRs[ops.rt].dw[0] #define RS_DW cpu->GPRs[ops.rs].dw[0]