Linux build fix: strncpy needs <string.h>
This commit is contained in:
parent
51fa147b99
commit
126a91dfec
@ -21,6 +21,7 @@
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
class WebSocketHandshakeKeyGen {
|
||||
template <int N, typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user