From a302c2e9b7b7201acd5c1c0ffaaab70e5d4dd52e Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Thu, 2 Nov 2023 22:34:56 +0800 Subject: [PATCH] fix quest confirm accept action compile --- src/strategy/actions/QuestConfirmAcceptAction.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strategy/actions/QuestConfirmAcceptAction.h b/src/strategy/actions/QuestConfirmAcceptAction.h index ecbc7263..ced56e2c 100644 --- a/src/strategy/actions/QuestConfirmAcceptAction.h +++ b/src/strategy/actions/QuestConfirmAcceptAction.h @@ -5,6 +5,7 @@ #ifndef _PLAYERBOT_QUESTCONFIRMACCEPTACTION_H #define _PLAYERBOT_QUESTCONFIRMACCEPTACTION_H +#include "AiObjectContext.h" #include "PlayerbotAI.h" #include "QuestAction.h" #include "Player.h"