commit | 8160db278a632d50b8b84de7e42c489086e50dbe | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Wed Dec 06 00:54:52 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 06 00:54:52 2023 +0000 |
tree | abdd1323a36a8f51310136ba05a74fcc333a52fe | |
parent | 16d4a6b46e0d44b56aa6deb4ef2422ef10a5c552 [diff] |
include <iomanip> for std::setw and std::setfill Change-Id: Ia7cc28644f1429a8d103a8a64173e13fd1f448b1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/164642 Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: David Neto <dneto@google.com> Commit-Queue: David Neto <dneto@google.com> Kokoro: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
diff --git a/src/dawn/native/stream/ByteVectorSink.cpp b/src/dawn/native/stream/ByteVectorSink.cpp index 9fb6033..03e019b 100644 --- a/src/dawn/native/stream/ByteVectorSink.cpp +++ b/src/dawn/native/stream/ByteVectorSink.cpp
@@ -27,6 +27,7 @@ #include "dawn/native/stream/ByteVectorSink.h" +#include <iomanip> #include "dawn/native/stream/Stream.h" namespace dawn::native::stream {