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:
parent
55f30d54b0
commit
b779b2b13d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue