diff options
| author | Léo Lam <leo@leolam.fr> | 2021-01-14 12:09:28 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-01-14 12:51:48 +0100 |
| commit | 2f9e3d0c322e4340a12f1cf631128b78499374c8 (patch) | |
| tree | 038f2a7a06020cd63a0e49ec6a7e092566b2706c /src/KingSystem/Map/mapObjectLink.cpp | |
| parent | ee713ab899b8e0f0ba1679f258a4d8ca20b16262 (diff) | |
ksys/map: Fix include cycle
Diffstat (limited to 'src/KingSystem/Map/mapObjectLink.cpp')
| -rw-r--r-- | src/KingSystem/Map/mapObjectLink.cpp | 1 |
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 { |
