From e0e4c06a3e8d365f9947767bcf10834647ab4b01 Mon Sep 17 00:00:00 2001 From: SuperDude88 <82904174+SuperDude88@users.noreply.github.com> Date: Sun, 6 Sep 2026 14:15:16 -0400 Subject: [PATCH] Include Fix Needed this for a mod I'm messing with to build, probably should be applied to other headers too --- libs/JSystem/include/JSystem/J2DGraph/J2DManage.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/JSystem/include/JSystem/J2DGraph/J2DManage.h b/libs/JSystem/include/JSystem/J2DGraph/J2DManage.h index 27218d0d0d..3eb1967e2c 100644 --- a/libs/JSystem/include/JSystem/J2DGraph/J2DManage.h +++ b/libs/JSystem/include/JSystem/J2DGraph/J2DManage.h @@ -3,6 +3,10 @@ #include +#if TARGET_PC + #include "helpers/endian.h" +#endif + class JSUInputStream; /**