mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-26 18:19:05 +00:00
Work around issue where curses was defining timeout
, which was causing issues in asio.
This commit is contained in:
parent
d46115951b
commit
e34ad7a08d
@ -36,6 +36,10 @@
|
||||
|
||||
#include <musikcore/config.h>
|
||||
|
||||
#ifdef timeout
|
||||
#undef timeout
|
||||
#endif
|
||||
|
||||
#pragma warning(push, 0)
|
||||
#include <websocketpp/config/asio_no_tls_client.hpp>
|
||||
#include <websocketpp/config/asio_client.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user