Fix compile error in debug. FWorldContext and GEngine are used in OnlineSubsystemUtils.h but not explicitly included.

This seems like more of a bandaid.

#codereview joe.graf,josh.markiewicsz,sam.zamani

[CL 2749375 by Nick Penwarden in Main branch]
This commit is contained in:
Nick Penwarden
2015-10-31 15:22:17 -04:00
committed by Nick.Penwarden@epicgames.com
parent e9c94ae89b
commit 2fcaf750cb

View File

@@ -4,4 +4,5 @@
#include "Core.h"
#include "CoreUObject.h"
#include "Engine.h"
#include "Online.h"