glsl: Add missing cstdint include for uint32_t
Change-Id: I0d5a8b5e844871028cae874b962b55b1af16fc54 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/80880 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: James Price <jrprice@google.com>
This commit is contained in:
parent
4a15605be7
commit
afb02e8ec7
|
@ -15,6 +15,8 @@
|
|||
#ifndef SRC_WRITER_GLSL_VERSION_H_
|
||||
#define SRC_WRITER_GLSL_VERSION_H_
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace tint::writer::glsl {
|
||||
|
||||
/// A structure representing the version of GLSL to be generated.
|
||||
|
|
Loading…
Reference in New Issue