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:
Stephan Hartmann 2020-12-05 20:37:01 +00:00 committed by Commit Bot service account
parent c532048062
commit d63d562d1b
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#include <algorithm>
#include <string.h>
namespace dawn_wire {
ChunkedCommandHandler::~ChunkedCommandHandler() = default;