From 819798cac1d0767aae1ef438acbd4226a63c4b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Thu, 11 Mar 2021 15:10:26 +0100 Subject: Fix include cycles and useless includes --- src/KingSystem/ActorSystem/actBaseProcUnit.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/KingSystem/ActorSystem/actBaseProcUnit.cpp') diff --git a/src/KingSystem/ActorSystem/actBaseProcUnit.cpp b/src/KingSystem/ActorSystem/actBaseProcUnit.cpp index 09bd6c81..b0b466b2 100644 --- a/src/KingSystem/ActorSystem/actBaseProcUnit.cpp +++ b/src/KingSystem/ActorSystem/actBaseProcUnit.cpp @@ -3,6 +3,7 @@ #include #include "KingSystem/ActorSystem/actActorLinkConstDataAccess.h" #include "KingSystem/ActorSystem/actBaseProc.h" +#include "KingSystem/ActorSystem/actBaseProcHandle.h" #include "KingSystem/Utils/Debug.h" namespace ksys::act { @@ -55,4 +56,4 @@ bool BaseProcUnit::isParentHandleDefault() const { return mHandle == &BaseProcHandle::sDummyHandle; } -} // namespace ksys::act \ No newline at end of file +} // namespace ksys::act -- cgit v1.2.3