diff --git a/Source/Core/Common/Src/ABI.h b/Source/Core/Common/Src/ABI.h index 177a1254e4..b3710a251c 100644 --- a/Source/Core/Common/Src/ABI.h +++ b/Source/Core/Common/Src/ABI.h @@ -18,6 +18,8 @@ #ifndef _JIT_ABI_H #define _JIT_ABI_H +#include "Common.h" + // x86/x64 ABI:s, and helpers to help follow them when JIT-ing code. // All convensions return values in EAX (+ possibly EDX).