Skip to content

Commit

Permalink
Add missing include to ScriptedFollowerAI.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb authored Nov 29, 2023
1 parent f450c08 commit 78e4469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/AI/ScriptedFollowerAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ EndScriptData */
#include "Chat.h"
#include "Player.h"
#include "Group.h"
#include "Map.h"

float const MAX_PLAYER_DISTANCE = 100.0f;

Expand Down

0 comments on commit 78e4469

Please sign in to comment.