Skip to content

Commit 3314e98

Browse files
committed
string.h include for memcpy
1 parent 5183404 commit 3314e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/internal/WebSocketContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include <chrono>
55
#include <functional>
66
#include <memory>
7+
#include <string.h>
78
#include <zlib.h>
8-
99
namespace SL {
1010
namespace WS_LITE {
1111
const size_t LARGE_BUFFER_SIZE = 4 * 1024 * 1024; // 4 MB temp buffer

0 commit comments

Comments
 (0)