forked from pool/nodejs-electron
11 lines
360 B
Diff
11 lines
360 B
Diff
--- src/net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.h.orig 2025-11-25 20:19:53.825758876 +0100
|
|
+++ src/net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.h 2026-01-23 17:39:59.021830593 +0100
|
|
@@ -6,6 +6,7 @@
|
|
#define QUICHE_COMMON_QUICHE_BUFFER_ALLOCATOR_H_
|
|
|
|
#include <stddef.h>
|
|
+#include <string.h>
|
|
|
|
#include <memory>
|
|
|