diff options
| author | Léo Lam <leo@leolam.fr> | 2021-07-07 13:55:48 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-07-07 13:56:35 +0200 |
| commit | 4b6b81b1902e94f1e17c5eb5de1fe77490b9a37c (patch) | |
| tree | 9f9f6659c324281dab2f0498892cf68ed749c020 /src/KingSystem/Map/mapObjectLink.cpp | |
| parent | 21883027ef0d006dea5814b5295469d8f3f7a456 (diff) | |
Fix -Wdelete-incomplete warnings
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 2f2d44ca..ebda8430 100644 --- a/src/KingSystem/Map/mapObjectLink.cpp +++ b/src/KingSystem/Map/mapObjectLink.cpp @@ -3,6 +3,7 @@ #include "KingSystem/ActorSystem/actActorConstDataAccess.h" #include "KingSystem/Map/mapObject.h" #include "KingSystem/Map/mapObjectGenGroup.h" +#include "KingSystem/Map/mapRail.h" namespace ksys::map { |
