mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
fix: build error
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user