summaryrefslogtreecommitdiff
path: root/src/KingSystem/Map/mapObjectLink.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-01-14 12:09:28 +0100
committerLéo Lam <leo@leolam.fr>2021-01-14 12:51:48 +0100
commit2f9e3d0c322e4340a12f1cf631128b78499374c8 (patch)
tree038f2a7a06020cd63a0e49ec6a7e092566b2706c /src/KingSystem/Map/mapObjectLink.cpp
parentee713ab899b8e0f0ba1679f258a4d8ca20b16262 (diff)
ksys/map: Fix include cycle
Diffstat (limited to 'src/KingSystem/Map/mapObjectLink.cpp')
-rw-r--r--src/KingSystem/Map/mapObjectLink.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KingSystem/Map/mapObjectLink.cpp b/src/KingSystem/Map/mapObjectLink.cpp
index b2ab0502..8bc85335 100644
--- a/src/KingSystem/Map/mapObjectLink.cpp
+++ b/src/KingSystem/Map/mapObjectLink.cpp
@@ -1,4 +1,5 @@
#include "KingSystem/Map/mapObjectLink.h"
+#include "KingSystem/Map/mapObject.h"
namespace ksys::map {