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:
James Price 2022-02-17 00:03:10 +00:00 committed by Tint LUCI CQ
parent 4a15605be7
commit afb02e8ec7
1 changed files with 2 additions and 0 deletions

View File

@ -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.