fix: build error

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

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