You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Integrate GH 6226.
#rb none #jira ue-80492 [CL 9550177 by Michael Lentine in Main branch]
This commit is contained in:
@@ -37,8 +37,12 @@
|
||||
|
||||
#if(PX_WINDOWS_FAMILY || PX_XBOXONE)
|
||||
#include <exception>
|
||||
#if(_MSC_VER >= 1923)
|
||||
#include <typeinfo>
|
||||
#else
|
||||
#include <typeinfo.h>
|
||||
#endif
|
||||
#endif
|
||||
#if(PX_APPLE_FAMILY)
|
||||
#include <typeinfo>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user