socket.io-client-cpp
socket.io-client-cpp copied to clipboard
Can't build with error "sio_packet.cpp(326,22): error C2039: 'all_of': is not a member of 'std'"
Fixed only after adding #include <algorithm> into sio_packet.cpp.