Fixing CIS (MinidumpDiagnostics)

[CL 2235837 by Robert Manuszewski in Main branch]
This commit is contained in:
Robert Manuszewski
2014-07-29 10:43:57 -04:00
committed by UnrealBot
parent feb40732ca
commit 2e2bd9c196
2 changed files with 5 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ public class MinidumpDiagnostics : ModuleRules
new string[]
{
"Core",
"CoreUObject",
"CrashDebugHelper",
"PerforceSourceControl",
"Projects"

View File

@@ -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