IWYU: add cstdint for uint8_t dawn::native::stream::ByteVectorSink

Bug: chromium:957519
Change-Id: I48436db0e203d793e47d717bfb75977c67145e94
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/126120
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
Stephan Hartmann 2023-04-03 13:51:27 +00:00 committed by Dawn LUCI CQ
parent 44afd7112f
commit a7423b3d83
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifndef SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_ #ifndef SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_
#define SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_ #define SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_
#include <cstdint>
#include <ostream> #include <ostream>
#include <vector> #include <vector>