Integrate GH 6226.

#rb none
#jira ue-80492

[CL 9550177 by Michael Lentine in Main branch]
This commit is contained in:
Michael Lentine
2019-10-11 13:38:26 -04:00
parent 933fc23c96
commit 2fb005df27

View File

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