From f6d723b447aac7df191fd87aeb8a87956a46d0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= <159546+serprex@users.noreply.github.com> Date: Sun, 12 Jul 2026 15:49:07 +0000 Subject: [PATCH] fix build (#6911) GIM needed change from game interactor no longer pulling in z64.h --- soh/soh/Enhancements/Restorations/GetItemManipulation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/Enhancements/Restorations/GetItemManipulation.cpp b/soh/soh/Enhancements/Restorations/GetItemManipulation.cpp index 960dd44c49..9f0a92e699 100644 --- a/soh/soh/Enhancements/Restorations/GetItemManipulation.cpp +++ b/soh/soh/Enhancements/Restorations/GetItemManipulation.cpp @@ -5,6 +5,7 @@ #include "soh/ShipInit.hpp" extern "C" { +#include "z64.h" #include "macros.h" #include "variables.h" extern PlayState* gPlayState;