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:
brooke hubert
2023-07-21 09:45:51 -04:00
parent d13d4fc843
commit ca25f95419

View File

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