summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actBaseProcHandle.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-03-11 15:10:26 +0100
committerLéo Lam <leo@leolam.fr>2021-03-11 15:10:52 +0100
commit819798cac1d0767aae1ef438acbd4226a63c4b0d (patch)
treea4d41b469f158d515a5a0f136c1fba25fe7c73c5 /src/KingSystem/ActorSystem/actBaseProcHandle.cpp
parent9e3975a813baf0727f17f02cc1d7a17a15a30db9 (diff)
Fix include cycles and useless includes
Diffstat (limited to 'src/KingSystem/ActorSystem/actBaseProcHandle.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actBaseProcHandle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actBaseProcHandle.cpp b/src/KingSystem/ActorSystem/actBaseProcHandle.cpp
index 3db5c2b2..35a1b13d 100644
--- a/src/KingSystem/ActorSystem/actBaseProcHandle.cpp
+++ b/src/KingSystem/ActorSystem/actBaseProcHandle.cpp
@@ -1,4 +1,5 @@
#include "KingSystem/ActorSystem/actBaseProcHandle.h"
+#include "KingSystem/ActorSystem/actBaseProcUnit.h"
#include "KingSystem/Utils/InitTimeInfo.h"
namespace ksys::act {