Skip to content

Commit

Permalink
fix: fix ASIO_STANDALONE release build trying to use boost::random (#301
Browse files Browse the repository at this point in the history
)
  • Loading branch information
richardeakin authored and darrachequesne committed Apr 23, 2021
1 parent c09221f commit 168ce9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/sio_client_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <cstdint>
#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
Expand Down

0 comments on commit 168ce9d

Please sign in to comment.