diff options
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map.cpp b/src/map.cpp index 30508e07a..189981f80 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -24,13 +24,14 @@ #include "client.h" #include "configuration.h" -#include "localplayer.h" #include "maplayer.h" #include "notifymanager.h" #include "simpleanimation.h" #include "tileset.h" #include "walklayer.h" +#include "being/localplayer.h" + #include "particle/particle.h" #include "resources/ambientlayer.h" |