diff --git a/Standard Gaming Platform/vobject.cpp b/Standard Gaming Platform/vobject.cpp index 2bb29a36..dd4c8e49 100644 --- a/Standard Gaming Platform/vobject.cpp +++ b/Standard Gaming Platform/vobject.cpp @@ -78,7 +78,7 @@ typedef struct VOBJECT_NODE #endif } VOBJECT_NODE, *VOBJECT_NODE_PTR; -typedef std::hash_map VOBJECT_MAP; +typedef stdext::hash_map VOBJECT_MAP; static VOBJECT_MAP gpVObjectMap; #else