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