From f07ba6878f060260196f394d3754ed092eab227a Mon Sep 17 00:00:00 2001 From: Architector #4 <23612841+Architector4@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:48:50 +0300 Subject: [PATCH] Actor.h - include PathFinder.h, fix compile fail introduced in PR #224 My bad! I forgot to put the include in the commit. Should compile fine with it not forgotten lmao https://github.com/cortex-command-community/Cortex-Command-Community-Project/pull/224 --- Source/Entities/Actor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Entities/Actor.h b/Source/Entities/Actor.h index 3da398ddc0..6dac4bb04c 100644 --- a/Source/Entities/Actor.h +++ b/Source/Entities/Actor.h @@ -6,6 +6,7 @@ /// http://www.datarealms.com /// Inclusions of header files #include "MOSRotating.h" +#include "PathFinder.h" namespace RTE {