You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix iOS compile caused by attempt to fix non-unity
#rb #rnx #fyi Eric.Newman [CL 10871608 by Marc Audy in Main branch]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
#include "PlatformWebAuth.h"
|
||||
#include "IOS/IOSPlatformWebAuth.h"
|
||||
#if PLATFORM_IOS && !PLATFORM_TVOS
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
|
||||
#if PLATFORM_IOS && !PLATFORM_TVOS
|
||||
|
||||
#include "GenericPlatform/GenericPlatformWebAuth.h"
|
||||
#include "WebAuth.h"
|
||||
|
||||
@@ -49,3 +53,4 @@ public:
|
||||
|
||||
typedef FIOSPlatformWebAuth FPlatformWebAuth;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user