7834b41a9a
This reverts commit cc3da95bc5
.
Why? Because this won't build successfully, because I didn't test it
locally since there were only a couple days since .4, but there's a
soname bump because we removed some APIs.
And we're doing a mass rebuild right now, and it's not ideal for that to
pick up a known-bad commit.
13 lines
398 B
Diff
13 lines
398 B
Diff
diff --git a/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h b/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
|
|
index 94cb93e01fc0..ec7bda372f30 100644
|
|
--- a/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
|
|
+++ b/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
|
|
@@ -12,6 +12,7 @@
|
|
|
|
#include <algorithm>
|
|
#include <array>
|
|
+#include <cstdint>
|
|
#include <string>
|
|
#include <vector>
|
|
|