From f3fc0fd169041703cc7000dbadc7384285b0f61a Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 11 Dec 2022 14:04:08 +0800 Subject: [PATCH] fix: build error --- src/MaaCore/Task/Fight/StageDropsTaskPlugin.cpp | 2 +- src/MaaCore/Task/Interface/DebugTask.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MaaCore/Task/Fight/StageDropsTaskPlugin.cpp b/src/MaaCore/Task/Fight/StageDropsTaskPlugin.cpp index 295bf6adfc..cbead29cd2 100644 --- a/src/MaaCore/Task/Fight/StageDropsTaskPlugin.cpp +++ b/src/MaaCore/Task/Fight/StageDropsTaskPlugin.cpp @@ -13,7 +13,7 @@ #include "Task/ProcessTask.h" #include "Task/ReportDataTask.h" #include "Utils/Logger.hpp" -#include "Vision/Roguelike/StageDropsImageAnalyzer.h" +#include "Vision/Miscellaneous/StageDropsImageAnalyzer.h" bool asst::StageDropsTaskPlugin::verify(AsstMsg msg, const json::value& details) const { diff --git a/src/MaaCore/Task/Interface/DebugTask.cpp b/src/MaaCore/Task/Interface/DebugTask.cpp index 35032407e3..4366172b52 100644 --- a/src/MaaCore/Task/Interface/DebugTask.cpp +++ b/src/MaaCore/Task/Interface/DebugTask.cpp @@ -9,7 +9,7 @@ #include "Utils/ImageIo.hpp" #include "Utils/Logger.hpp" #include "Vision/Miscellaneous/DepotImageAnalyzer.h" -#include "Vision/Roguelike/StageDropsImageAnalyzer.h" +#include "Vision/Miscellaneous/StageDropsImageAnalyzer.h" asst::DebugTask::DebugTask(const AsstCallback& callback, Assistant* inst) : InterfaceTask(callback, inst, TaskType) {