fix: build error

This commit is contained in:
MistEO
2022-12-11 14:04:08 +08:00
parent 74aff44667
commit aa5ab30232
2 changed files with 2 additions and 2 deletions

View File

@@ -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
{

View File

@@ -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)
{