commit f6c9b987dda5c531dc981d00ed78e589aa948cec
parent f34889b6348bfd2901e9120b670eb2d350f7d1c3
Author: serge-sans-paille <sguelton@mozilla.com>
Date: Fri, 9 Jan 2026 19:19:06 +0000
Bug 2008997 - Add missing <cstdint> include r=gfx-reviewers,ahale
Differential Revision: https://phabricator.services.mozilla.com/D278174
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gfx/angle/checkout/include/GLSLANG/ShaderVars.h b/gfx/angle/checkout/include/GLSLANG/ShaderVars.h
@@ -12,6 +12,7 @@
#include <algorithm>
#include <array>
+#include <cstdint>
#include <string>
#include <vector>