From b85bc088052d16abfb283696746b9fbd105ee1d9 Mon Sep 17 00:00:00 2001 From: MistEO Date: Wed, 27 Mar 2024 13:06:38 +0800 Subject: [PATCH] fix: build error --- source/MaaProjectInterface/CLI/interactor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/MaaProjectInterface/CLI/interactor.cpp b/source/MaaProjectInterface/CLI/interactor.cpp index 41bd69453..b7bfe917c 100644 --- a/source/MaaProjectInterface/CLI/interactor.cpp +++ b/source/MaaProjectInterface/CLI/interactor.cpp @@ -1,5 +1,6 @@ #include "interactor.h" +#include #include #include #include