From 8056fb38813a42a429673f5a444f14fbd211c1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 17 Oct 2021 00:08:33 +0200 Subject: ksys: Forward declare Actor where possible Reduces build times when Actor.h is modified. --- src/KingSystem/Map/mapPlacementMgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/KingSystem/Map/mapPlacementMgr.cpp') diff --git a/src/KingSystem/Map/mapPlacementMgr.cpp b/src/KingSystem/Map/mapPlacementMgr.cpp index 3ca5b27c..78e3df81 100644 --- a/src/KingSystem/Map/mapPlacementMgr.cpp +++ b/src/KingSystem/Map/mapPlacementMgr.cpp @@ -1,5 +1,6 @@ #include "KingSystem/Map/mapPlacementMgr.h" #include +#include "KingSystem/ActorSystem/actActor.h" #include "KingSystem/ActorSystem/actActorCreator.h" #include "KingSystem/ActorSystem/actClusteredRenderer.h" #include "KingSystem/ActorSystem/actInfoData.h" -- cgit v1.2.3