From 0b0fac85b9591a363cd25fccf3ef5b4e5ebd892b Mon Sep 17 00:00:00 2001 From: pifopi Date: Sun, 9 Nov 2025 23:41:47 +0100 Subject: [PATCH] Fix build --- .../Source/PokemonLZA/Options/PokemonLZA_ShinyDetectedAction.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SerialPrograms/Source/PokemonLZA/Options/PokemonLZA_ShinyDetectedAction.h b/SerialPrograms/Source/PokemonLZA/Options/PokemonLZA_ShinyDetectedAction.h index 719147c55..992f6e9f4 100644 --- a/SerialPrograms/Source/PokemonLZA/Options/PokemonLZA_ShinyDetectedAction.h +++ b/SerialPrograms/Source/PokemonLZA/Options/PokemonLZA_ShinyDetectedAction.h @@ -15,6 +15,7 @@ #include "CommonFramework/Notifications/EventNotificationOption.h" #include "CommonFramework/Tools/VideoStream.h" #include "NintendoSwitch/Controllers/NintendoSwitch_ProController.h" +#include namespace PokemonAutomation{ class ProgramEnvironment;