Core/Network: Fix build with msvc versions < 19.43 (vs 2022 17.13)

This commit is contained in:
Shauren
2026-04-05 17:37:52 +02:00
parent b3d246e5a5
commit bba0de5731

View File

@@ -27,9 +27,11 @@ namespace Battlenet
{
};
class SessionManager;
struct SessionManagerTraits
{
using Self = class SessionManager;
using Self = SessionManager;
using SocketType = Session;
using ThreadType = SessionNetworkThread;
};