From 8a8571c54fea975213d1188c1c92c4fca2adff99 Mon Sep 17 00:00:00 2001 From: EricksOliveira Date: Mon, 28 Jul 2025 08:45:20 -0300 Subject: [PATCH] . --- src/strategy/actions/BattleGroundTactics.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strategy/actions/BattleGroundTactics.cpp b/src/strategy/actions/BattleGroundTactics.cpp index a14831fa..856b43c6 100644 --- a/src/strategy/actions/BattleGroundTactics.cpp +++ b/src/strategy/actions/BattleGroundTactics.cpp @@ -26,6 +26,7 @@ #include "Playerbots.h" #include "PositionValue.h" #include "PvpTriggers.h" +#include "PathFinder.h" #include "ServerFacade.h" #include "Vehicle.h"