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/ActorSystem/actBaseProcCreateTask.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp') diff --git a/src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp b/src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp index e69b0cb6..9573ee6c 100644 --- a/src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp +++ b/src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp @@ -1,4 +1,5 @@ #include "KingSystem/ActorSystem/actBaseProcCreateTask.h" +#include "KingSystem/ActorSystem/actBaseProc.h" #include "KingSystem/ActorSystem/actBaseProcHandle.h" #include "KingSystem/ActorSystem/actBaseProcUnit.h" #include "KingSystem/Map/mapObject.h" -- cgit v1.2.3