Skip to content

Commit 168ce9d

Browse files
richardeakindarrachequesne
authored andcommitted
fix: fix ASIO_STANDALONE release build trying to use boost::random (#301)
1 parent c09221f commit 168ce9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/sio_client_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <cstdint>
55
#ifdef _WIN32
66
#define _WEBSOCKETPP_CPP11_THREAD_
7-
//#define _WEBSOCKETPP_CPP11_RANDOM_DEVICE_
7+
#define _WEBSOCKETPP_CPP11_RANDOM_DEVICE_
88
#define _WEBSOCKETPP_NO_CPP11_FUNCTIONAL_
99
#define INTIALIZER(__TYPE__)
1010
#else

0 commit comments

Comments
 (0)