diff --git a/MPConnectScreen.cpp b/MPConnectScreen.cpp index dd5b772c..ec01ecce 100644 --- a/MPConnectScreen.cpp +++ b/MPConnectScreen.cpp @@ -521,6 +521,7 @@ void CheckForContinue() #include #include #include +#include void ja2::mp::InitializeMultiplayerProfile(vfs::Path const& profileRoot) { diff --git a/Standard Gaming Platform/vobject.cpp b/Standard Gaming Platform/vobject.cpp index ec54a30d..70f92929 100644 --- a/Standard Gaming Platform/vobject.cpp +++ b/Standard Gaming Platform/vobject.cpp @@ -18,7 +18,7 @@ #include "sgp.h" #endif -#include +#include // ****************************************************************************** // @@ -79,7 +79,7 @@ typedef struct VOBJECT_NODE #endif } VOBJECT_NODE, *VOBJECT_NODE_PTR; -typedef stdext::hash_map VOBJECT_MAP; +typedef std::unordered_map VOBJECT_MAP; static VOBJECT_MAP gpVObjectMap; #else