diff options
Diffstat (limited to 'source/Mobs/PassiveAggressiveMonster.cpp')
-rw-r--r-- | source/Mobs/PassiveAggressiveMonster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/PassiveAggressiveMonster.cpp b/source/Mobs/PassiveAggressiveMonster.cpp index f1e231a09..e473137a9 100644 --- a/source/Mobs/PassiveAggressiveMonster.cpp +++ b/source/Mobs/PassiveAggressiveMonster.cpp @@ -3,7 +3,7 @@ #include "PassiveAggressiveMonster.h" -#include "../Player.h" +#include "../Entities/Player.h" |