You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixing CIS (MinidumpDiagnostics)
[CL 2235837 by Robert Manuszewski in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
feb40732ca
commit
2e2bd9c196
@@ -13,6 +13,7 @@ public class MinidumpDiagnostics : ModuleRules
|
||||
new string[]
|
||||
{
|
||||
"Core",
|
||||
"CoreUObject",
|
||||
"CrashDebugHelper",
|
||||
"PerforceSourceControl",
|
||||
"Projects"
|
||||
|
||||
@@ -86,6 +86,10 @@
|
||||
#include "HideWindowsPlatformTypes.h"
|
||||
#endif
|
||||
|
||||
#if WITH_COREUOBJECT
|
||||
#include "CoreUObject.h"
|
||||
#endif
|
||||
|
||||
// Pipe output to std output
|
||||
// This enables UBT to collect the output for it's own use
|
||||
class FOutputDeviceStdOutput : public FOutputDevice
|
||||
|
||||
Reference in New Issue
Block a user