summaryrefslogtreecommitdiff
path: root/src/game-server/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/map.cpp')
-rw-r--r--src/game-server/map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/map.cpp b/src/game-server/map.cpp
index e5af1c32..14644026 100644
--- a/src/game-server/map.cpp
+++ b/src/game-server/map.cpp
@@ -23,7 +23,7 @@
#include <cassert>
#include <cstring>
-#include "game-server/map.hpp"
+#include "game-server/map.h"
// Basic cost for moving from one tile to another.
// Used in findPath() function when computing the A* path algorithm.