summaryrefslogtreecommitdiff
path: root/chromium/third_party/dawn/src/tint/reader/wgsl/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/dawn/src/tint/reader/wgsl/token.h')
-rw-r--r--chromium/third_party/dawn/src/tint/reader/wgsl/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/dawn/src/tint/reader/wgsl/token.h b/chromium/third_party/dawn/src/tint/reader/wgsl/token.h
index 7b5b6754ed2..62b1ca7e367 100644
--- a/chromium/third_party/dawn/src/tint/reader/wgsl/token.h
+++ b/chromium/third_party/dawn/src/tint/reader/wgsl/token.h
@@ -15,6 +15,7 @@
#ifndef SRC_TINT_READER_WGSL_TOKEN_H_
#define SRC_TINT_READER_WGSL_TOKEN_H_
+#include <cstdint>
#include <string>
#include <string_view>
#include <variant> // NOLINT: cpplint doesn't recognise this