mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-22 07:54:25 +00:00
Fix compilation error due to missing 'Online.h' inclusion
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include "AutoLoginUserCallbackProxy.h"
|
||||
#include "Kismet/GameplayStatics.h"
|
||||
|
||||
#include "Online.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// ULoginUserCallbackProxy
|
||||
|
||||
|
@@ -1,6 +1,8 @@
|
||||
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
||||
#include "GetFriendsCallbackProxy.h"
|
||||
|
||||
#include "Online.h"
|
||||
#include "Interfaces/OnlinePresenceInterface.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// UGetFriendsCallbackProxy
|
||||
|
@@ -1,6 +1,7 @@
|
||||
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
||||
#include "GetRecentPlayersCallbackProxy.h"
|
||||
|
||||
#include "Online.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// UGetRecentPlayersCallbackProxy
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "GetUserPrivilegeCallbackProxy.h"
|
||||
|
||||
#include "Online.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// UGetUserPrivilegeCallbackProxy
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "LoginUserCallbackProxy.h"
|
||||
|
||||
#include "Online.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// ULoginUserCallbackProxy
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "LogoutUserCallbackProxy.h"
|
||||
|
||||
#include "Online.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// ULogoutUserCallbackProxy
|
||||
|
@@ -1,6 +1,7 @@
|
||||
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
||||
#include "SendFriendInviteCallbackProxy.h"
|
||||
|
||||
#include "Online.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// UGetRecentPlayersCallbackProxy
|
||||
|
Reference in New Issue
Block a user