| commit | 42f28d691490d0f127f6cbd55b3dc51ca62ac818 | [log] [tgz] |
|---|---|---|
| author | Corentin Wallez <cwallez@chromium.org> | Tue Feb 09 16:13:51 2021 +0000 |
| committer | Commit Bot service account <commit-bot@chromium.org> | Tue Feb 09 16:13:51 2021 +0000 |
| tree | 1dcc0b11701b41a363fc20b42a710b4bea1ca5a0 | |
| parent | ab8e7e50060830eb0135ed3e830c3750aaf961d9 [diff] [blame] |
Fix compilation using CMake on Linux Bug: None Change-Id: Ib5049d976eb16c0231516c48c52cde4b0968fd6e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/41181 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
diff --git a/src/utils/WireHelper.cpp b/src/utils/WireHelper.cpp index 846fcc7..32be5cf 100644 --- a/src/utils/WireHelper.cpp +++ b/src/utils/WireHelper.cpp
@@ -24,6 +24,7 @@ #include "utils/TerribleCommandBuffer.h" #include <algorithm> +#include <cstring> #include <fstream> #include <iomanip> #include <set>