fix compile

This commit is contained in:
2025-11-30 18:32:06 +01:00
parent 67aa1bac76
commit 4f3ba43948
5 changed files with 8 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ public class CompositeEquipmentSystem : ModuleRules
{
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
CppStandard = CppStandardVersion.Cpp20;
PublicIncludePaths.AddRange(
new string[] {
// ... add public include paths required here ...