diff --git a/SerialPrograms/Source/CommonFramework/ProgramSession.h b/SerialPrograms/Source/CommonFramework/ProgramSession.h index 64f98aebf4..a493243918 100644 --- a/SerialPrograms/Source/CommonFramework/ProgramSession.h +++ b/SerialPrograms/Source/CommonFramework/ProgramSession.h @@ -17,6 +17,8 @@ #define PokemonAutomation_CommonFramework_ProgramSession_H #include +#include +#include #include "Common/Cpp/Logging/TaggedLogger.h" #include "Common/Cpp/Time.h" #include "Common/Cpp/ListenerSet.h" diff --git a/SerialPrograms/Source/Controllers/ControllerConnection.h b/SerialPrograms/Source/Controllers/ControllerConnection.h index 5c06d09d9b..a48874f1a6 100644 --- a/SerialPrograms/Source/Controllers/ControllerConnection.h +++ b/SerialPrograms/Source/Controllers/ControllerConnection.h @@ -7,6 +7,7 @@ #ifndef PokemonAutomation_Controllers_ControllerConnection_H #define PokemonAutomation_Controllers_ControllerConnection_H +#include #include "Common/Cpp/ListenerSet.h" #include "Common/Cpp/Concurrency/SpinLock.h" #include "ControllerDescriptor.h" diff --git a/SerialPrograms/Source/Controllers/Schedulers/SuperscalarScheduler.h b/SerialPrograms/Source/Controllers/Schedulers/SuperscalarScheduler.h index 2979c7eec6..959c0f9de8 100644 --- a/SerialPrograms/Source/Controllers/Schedulers/SuperscalarScheduler.h +++ b/SerialPrograms/Source/Controllers/Schedulers/SuperscalarScheduler.h @@ -10,6 +10,7 @@ #include #include #include +#include #include "Common/Compiler.h" #include "Common/Cpp/Time.h" #include "Common/Cpp/Logging/AbstractLogger.h" diff --git a/SerialPrograms/Source/NintendoSwitch/Inference/NintendoSwitch2_BinarySliderDetector.h b/SerialPrograms/Source/NintendoSwitch/Inference/NintendoSwitch2_BinarySliderDetector.h index 7ad1ca55ef..d9368ea7b6 100644 --- a/SerialPrograms/Source/NintendoSwitch/Inference/NintendoSwitch2_BinarySliderDetector.h +++ b/SerialPrograms/Source/NintendoSwitch/Inference/NintendoSwitch2_BinarySliderDetector.h @@ -7,6 +7,7 @@ #ifndef PokemonAutomation_NintendoSwitch2_BinarySliderDetector_H #define PokemonAutomation_NintendoSwitch2_BinarySliderDetector_H +#include #include "Common/Cpp/Color.h" #include "CommonFramework/ImageTools/ImageBoxes.h" #include "CommonTools/VisualDetector.h" diff --git a/SerialPrograms/Source/PokemonSwSh/Inference/ShinyDetection/PokemonSwSh_ShinySparkleSet.h b/SerialPrograms/Source/PokemonSwSh/Inference/ShinyDetection/PokemonSwSh_ShinySparkleSet.h index 5558a2b30b..10d0a7f38d 100644 --- a/SerialPrograms/Source/PokemonSwSh/Inference/ShinyDetection/PokemonSwSh_ShinySparkleSet.h +++ b/SerialPrograms/Source/PokemonSwSh/Inference/ShinyDetection/PokemonSwSh_ShinySparkleSet.h @@ -8,6 +8,7 @@ #define PokemonAutomation_PokemonSwSh_ShinySparkleSet_H #include +#include #include "CommonFramework/ImageTools/ImageBoxes.h" #include "Pokemon/Pokemon_ShinySparkleSet.h"