IWYU: add cstdint for uint*_t in dawn::native::Blob

Bug: chromium:957519
Change-Id: Id7bf01df556fd9dd1ac7e587bfecd2a522122c9f
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97841
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
This commit is contained in:
Stephan Hartmann 2022-08-01 16:02:43 +00:00 committed by Dawn LUCI CQ
parent 55f30d54b0
commit b779b2b13d
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifndef SRC_DAWN_NATIVE_BLOB_H_
#define SRC_DAWN_NATIVE_BLOB_H_
#include <cstdint>
#include <functional>
#include <type_traits>
#include <utility>