IWYU: include string.h for memcpy
Bug: None Change-Id: I978f49febf7e9e9e961957f62efd3ff9a166b81b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/35001 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
c532048062
commit
d63d562d1b
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
namespace dawn_wire {
|
namespace dawn_wire {
|
||||||
|
|
||||||
ChunkedCommandHandler::~ChunkedCommandHandler() = default;
|
ChunkedCommandHandler::~ChunkedCommandHandler() = default;
|
||||||
|
|
Loading…
Reference in New Issue