From 678427d8326da84d87c3cc01cb18d1e0d945beb9 Mon Sep 17 00:00:00 2001 From: linkaimian <1908920+stlnkm@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:59:20 +0800 Subject: [PATCH] Fix compile error --- HotPatcher/Source/HotPatcherCore/HotPatcherCore.Build.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HotPatcher/Source/HotPatcherCore/HotPatcherCore.Build.cs b/HotPatcher/Source/HotPatcherCore/HotPatcherCore.Build.cs index b2b6b676..b7856f9c 100644 --- a/HotPatcher/Source/HotPatcherCore/HotPatcherCore.Build.cs +++ b/HotPatcher/Source/HotPatcherCore/HotPatcherCore.Build.cs @@ -10,7 +10,7 @@ public class HotPatcherCore : ModuleRules public HotPatcherCore(ReadOnlyTargetRules Target) : base(Target) { PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs; - bLegacyPublicIncludePaths = false; + bLegacyPublicIncludePaths = true; OptimizeCode = CodeOptimization.InShippingBuildsOnly; PublicIncludePaths.AddRange(