Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
stlnkm committed Oct 13, 2023
1 parent dc2b812 commit 678427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HotPatcher/Source/HotPatcherCore/HotPatcherCore.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 678427d

Please sign in to comment.