8
0
Files
nodejs-electron/angle-ShaderVars-missing-uint32_t.patch

11 lines
234 B
Diff
Raw Normal View History

--- src/third_party/angle/include/GLSLANG/ShaderVars.h.old
+++ src/third_party/angle/include/GLSLANG/ShaderVars.h
@@ -12,6 +12,7 @@
#include <algorithm>
#include <array>
+#include <cstdint>
#include <string>
#include <vector>