From f8a148acd63eadd23d79d85a02738a8ea677c64a Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:42:44 +0000 Subject: [PATCH] api: include guest_stack_var in SWA.inl --- UnleashedRecomp/api/SWA.inl | 1 + 1 file changed, 1 insertion(+) diff --git a/UnleashedRecomp/api/SWA.inl b/UnleashedRecomp/api/SWA.inl index 3582348d..3c6261f8 100644 --- a/UnleashedRecomp/api/SWA.inl +++ b/UnleashedRecomp/api/SWA.inl @@ -1,6 +1,7 @@ #pragma once #include +#include #include #define SWA__CONCAT2(x, y) x##y