From 168ce9d10b4ac667c43fe16b4cf530f6a3749235 Mon Sep 17 00:00:00 2001 From: Rich E Date: Thu, 22 Apr 2021 15:11:08 -0400 Subject: [PATCH] fix: fix ASIO_STANDALONE release build trying to use boost::random (#301) --- src/internal/sio_client_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/sio_client_impl.h b/src/internal/sio_client_impl.h index 577b1dd..735fe50 100644 --- a/src/internal/sio_client_impl.h +++ b/src/internal/sio_client_impl.h @@ -4,7 +4,7 @@ #include #ifdef _WIN32 #define _WEBSOCKETPP_CPP11_THREAD_ -//#define _WEBSOCKETPP_CPP11_RANDOM_DEVICE_ +#define _WEBSOCKETPP_CPP11_RANDOM_DEVICE_ #define _WEBSOCKETPP_NO_CPP11_FUNCTIONAL_ #define INTIALIZER(__TYPE__) #else