Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SerialPrograms/Source/CommonFramework/ProgramSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#define PokemonAutomation_CommonFramework_ProgramSession_H

#include <atomic>
#include <vector>
#include <string>
#include "Common/Cpp/Logging/TaggedLogger.h"
#include "Common/Cpp/Time.h"
#include "Common/Cpp/ListenerSet.h"
Expand Down
1 change: 1 addition & 0 deletions SerialPrograms/Source/Controllers/ControllerConnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef PokemonAutomation_Controllers_ControllerConnection_H
#define PokemonAutomation_Controllers_ControllerConnection_H

#include <vector>
#include "Common/Cpp/ListenerSet.h"
#include "Common/Cpp/Concurrency/SpinLock.h"
#include "ControllerDescriptor.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <memory>
#include <set>
#include <map>
#include <vector>
#include "Common/Compiler.h"
#include "Common/Cpp/Time.h"
#include "Common/Cpp/Logging/AbstractLogger.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef PokemonAutomation_NintendoSwitch2_BinarySliderDetector_H
#define PokemonAutomation_NintendoSwitch2_BinarySliderDetector_H

#include <vector>
#include "Common/Cpp/Color.h"
#include "CommonFramework/ImageTools/ImageBoxes.h"
#include "CommonTools/VisualDetector.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#define PokemonAutomation_PokemonSwSh_ShinySparkleSet_H

#include <memory>
#include <vector>
#include "CommonFramework/ImageTools/ImageBoxes.h"
#include "Pokemon/Pokemon_ShinySparkleSet.h"

Expand Down
Loading