summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map.cpp b/src/map.cpp
index cce5d6419..082c45857 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -23,14 +23,14 @@
#include "map.h"
#include "actorspritemanager.h"
+#include "client.h"
#include "configuration.h"
-#include "logger.h"
+#include "localplayer.h"
#include "maplayer.h"
#include "particle.h"
#include "simpleanimation.h"
#include "tileset.h"
-#include "localplayer.h"
#include "resources/ambientlayer.h"
#include "resources/image.h"
@@ -44,6 +44,7 @@
#include <limits.h>
#include <physfs.h>
+#include <queue>
#include <sys/stat.h>