summarylogtreecommitdiffstats
path: root/dawn-tint-add-cstdint.patch
blob: 09801ede6dc51f94b1fbbf350faf3946738ab0c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/tint/reader/spirv/namer.h b/src/tint/reader/spirv/namer.h
index 7a20e8738b..655f69ce36 100644
--- a/src/tint/reader/spirv/namer.h
+++ b/src/tint/reader/spirv/namer.h
@@ -15,6 +15,7 @@
 #ifndef SRC_TINT_READER_SPIRV_NAMER_H_
 #define SRC_TINT_READER_SPIRV_NAMER_H_
 
+#include <cstdint>
 #include <string>
 #include <unordered_map>
 #include <vector>