Skip to content

Commit 5b9552b

Browse files
author
Gin
committed
fix missing memory header
1 parent ce52274 commit 5b9552b

File tree

14 files changed

+14
-0
lines changed

14 files changed

+14
-0
lines changed

SerialPrograms/Source/CommonFramework/Exceptions/OperationFailedException.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef PokemonAutomation_OperationFailedException_H
88
#define PokemonAutomation_OperationFailedException_H
99

10+
#include <memory>
1011
#include "CommonFramework/Tools/VideoStream.h"
1112
#include "ScreenshotException.h"
1213

SerialPrograms/Source/CommonTools/VisualDetectors/ImageMatchDetector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef PokemonAutomation_CommonTools_ImageMatchDetector_H
88
#define PokemonAutomation_CommonTools_ImageMatchDetector_H
99

10+
#include <memory>
1011
#include "Common/Cpp/Color.h"
1112
#include "CommonFramework/ImageTypes/ImageRGB32.h"
1213
#include "CommonFramework/ImageTools/ImageBoxes.h"

SerialPrograms/Source/Integrations/IntegrationsAPI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*
55
*/
66

7+
#include <memory>
78
#include "Common/Compiler.h"
89
#include "Common/Cpp/PrettyPrint.h"
910
#include "CommonFramework/ImageTypes/ImageRGB32.h"

SerialPrograms/Source/Integrations/ProgramTracker.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <vector>
1414
#include <map>
1515
#include <mutex>
16+
#include <memory>
1617
#include "CommonFramework/Globals.h"
1718
#include "NintendoSwitch/Controllers/NintendoSwitch_ControllerButtons.h"
1819
#include "ProgramTrackerInterfaces.h"

SerialPrograms/Source/NintendoSwitch/Programs/DateManip/NintendoSwitch_DateManip.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef PokemonAutomation_NintendoSwitch_DateManip_H
88
#define PokemonAutomation_NintendoSwitch_DateManip_H
99

10+
#include <memory>
1011
#include "Common/Cpp/DateTime.h"
1112
#include "CommonFramework/ImageTools/ImageBoxes.h"
1213
#include "CommonTools/InferenceCallbacks/VisualInferenceCallback.h"

SerialPrograms/Source/NintendoSwitch/Programs/DateManip/NintendoSwitch_DateManip_24h.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef PokemonAutomation_NintendoSwitch_DateManip_24h_H
88
#define PokemonAutomation_NintendoSwitch_DateManip_24h_H
99

10+
#include <memory>
1011
#include "CommonFramework/ImageTools/ImageBoxes.h"
1112
#include "NintendoSwitch_DateManipTools.h"
1213
#include "NintendoSwitch_DateManipBase.h"

SerialPrograms/Source/NintendoSwitch/Programs/DateManip/NintendoSwitch_DateManip_US.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef PokemonAutomation_NintendoSwitch_DateManip_US_H
88
#define PokemonAutomation_NintendoSwitch_DateManip_US_H
99

10+
#include <memory>
1011
#include "CommonFramework/ImageTools/ImageBoxes.h"
1112
#include "NintendoSwitch_DateManipTools.h"
1213
#include "NintendoSwitch_DateManipBase.h"

SerialPrograms/Source/PokemonBDSP/Inference/ShinyDetection/PokemonBDSP_ShinySparkleSet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef PokemonAutomation_PokemonBDSP_ShinySparkleSet_H
88
#define PokemonAutomation_PokemonBDSP_ShinySparkleSet_H
99

10+
#include <memory>
1011
#include "CommonFramework/ImageTools/ImageBoxes.h"
1112
#include "Pokemon/Pokemon_ShinySparkleSet.h"
1213

SerialPrograms/Source/PokemonSV/Programs/Sandwiches/PokemonSV_IngredientSession.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#define PokemonAutomation_PokemonSV_IngredientSession_H
99

1010
#include <map>
11+
#include <memory>
1112
#include "CommonFramework/Language.h"
1213
#include "CommonFramework/VideoPipeline/VideoOverlayScopes.h"
1314
#include "CommonFramework/Tools/VideoStream.h"

SerialPrograms/Source/PokemonSwSh/Inference/ShinyDetection/PokemonSwSh_ShinySparkleSet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef PokemonAutomation_PokemonSwSh_ShinySparkleSet_H
88
#define PokemonAutomation_PokemonSwSh_ShinySparkleSet_H
99

10+
#include <memory>
1011
#include "CommonFramework/ImageTools/ImageBoxes.h"
1112
#include "Pokemon/Pokemon_ShinySparkleSet.h"
1213

0 commit comments

Comments
 (0)