summarylogtreecommitdiffstats
path: root/add-editorstyle-dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'add-editorstyle-dependency.patch')
-rw-r--r--add-editorstyle-dependency.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/add-editorstyle-dependency.patch b/add-editorstyle-dependency.patch
new file mode 100644
index 000000000000..b2523b90f194
--- /dev/null
+++ b/add-editorstyle-dependency.patch
@@ -0,0 +1,10 @@
+--- UnrealEngine.orig/Engine/Source/Runtime/Launch/Launch.Build.cs
++++ UnrealEngine/Engine/Source/Runtime/Launch/Launch.Build.cs
+@@ -183,6 +183,7 @@ public class Launch : ModuleRules
+
+ PrivateDependencyModuleNames.AddRange(new string[] {
+ "SourceControl",
++ "EditorStyle",
+ "UnrealEd",
+ "DesktopPlatform",
+ "PIEPreviewDeviceProfileSelector",