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

Signed-off-by: luis <[email protected]>
This commit is contained in:
Shauren
2026-04-06 19:22:05 -03:00
committed by luis
parent a85b0e968e
commit 8e192028ed
@@ -27,9 +27,11 @@ namespace Battlenet
{
};
class SessionManager;
struct SessionManagerTraits
{
using Self = class SessionManager;
using Self = SessionManager;
using SocketType = Session;
using ThreadType = SessionNetworkThread;
};