From 8296bfbf8a3de9039908bd97495463ba44ead7b2 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:22:07 +0200 Subject: [PATCH] Move Handle UI.h include under JA2UB define --- Tactical/End Game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tactical/End Game.cpp b/Tactical/End Game.cpp index 4df0a15b..dff6108a 100644 --- a/Tactical/End Game.cpp +++ b/Tactical/End Game.cpp @@ -37,6 +37,7 @@ #include "Game Init.h" #include "interface Dialogue.h" #include "ub_config.h" +#include "Handle UI.h" void HandleAddingTheEndGameEmails(); void EndFadeToCredits( void );