You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
CIS - Fix a mac compile issue
#Jira UE-190678 #rnx #rb trivial [CL 26509557 by brooke hubert in ue5-main branch]
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
#include "Elements/Interfaces/TypedElementWorldInterface.h"
|
||||
#include "Elements/Interfaces/TypedElementObjectInterface.h"
|
||||
|
||||
#if PLATFORM_MAC
|
||||
#include "HAL/PlatformApplicationMisc.h"
|
||||
#endif // PLATFORM_MAC
|
||||
|
||||
#define LOCTEXT_NAMESPACE "EditorSelectUtils"
|
||||
|
||||
DEFINE_LOG_CATEGORY_STATIC(LogEditorSelectUtils, Log, All);
|
||||
|
||||
Reference in New Issue
Block a user