summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-10-17 00:08:33 +0200
committerLéo Lam <leo@leolam.fr>2021-10-17 00:09:03 +0200
commit8056fb38813a42a429673f5a444f14fbd211c1b5 (patch)
tree4069448cb53898efdccbaf3bfedd6a7591198df2 /src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp
parent28515aceb5548c372269b6ccceec96e94039de6f (diff)
ksys: Forward declare Actor where possible
Reduces build times when Actor.h is modified.
Diffstat (limited to 'src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actBaseProcCreateTask.cpp1
1 files changed, 1 insertions, 0 deletions
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"