File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 12
12
13
13
#include < algorithm>
14
14
#include < array>
15
+ #include < cstdint>
15
16
#include < string>
16
17
#include < vector>
17
18
Original file line number Diff line number Diff line change 108
108
# endif // defined(__GNUC__) || defined(__clang__)
109
109
#endif // !defined(ANGLE_LIKELY) || !defined(ANGLE_UNLIKELY)
110
110
111
+ #include < cstdint>
112
+
111
113
#endif // COMMON_PLATFORM_H_
Original file line number Diff line number Diff line change
1
+ diff --git a/gfx/angle/checkout/include/GLSLANG/ShaderVars.h b/gfx/angle/checkout/include/GLSLANG/ShaderVars.h
2
+ index 2bb267e..7cca69e 100644
3
+ --- a/gfx/angle/checkout/include/GLSLANG/ShaderVars.h
4
+ +++ b/gfx/angle/checkout/include/GLSLANG/ShaderVars.h
5
+ @@ -12,6 +12,7 @@
6
+
7
+ #include <algorithm>
8
+ #include <array>
9
+ + #include <cstdint>
10
+ #include <string>
11
+ #include <vector>
12
+
13
+ diff --git a/gfx/angle/checkout/src/common/platform.h b/gfx/angle/checkout/src/common/platform.h
14
+ index acb2157..81d1995 100644
15
+ --- a/gfx/angle/checkout/src/common/platform.h
16
+ +++ b/gfx/angle/checkout/src/common/platform.h
17
+ @@ -108,4 +108,6 @@
18
+ # endif // defined(__GNUC__) || defined(__clang__)
19
+ #endif // !defined(ANGLE_LIKELY) || !defined(ANGLE_UNLIKELY)
20
+
21
+ + #include <cstdint>
22
+ +
23
+ #endif // COMMON_PLATFORM_H_
24
+ - -
You can’t perform that action at this time.
0 commit comments