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"