summaryrefslogtreecommitdiffstats
path: root/thirdparty/glslang
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-06-07 11:36:55 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-06-07 11:36:55 +0200
commit10676e78e33c9f5dd2e2957ecddcfd6699173ea7 (patch)
tree1127672e7c14c8a98eaac8c57ce65dabd0c524ad /thirdparty/glslang
parent828ec2c5d005b6499c7c4c88beaf81767d05614b (diff)
downloadredot-engine-10676e78e33c9f5dd2e2957ecddcfd6699173ea7.tar.gz
Add missing stdint.h includes for GCC 13+
Fixes #77927.
Diffstat (limited to 'thirdparty/glslang')
-rw-r--r--thirdparty/glslang/glslang/Include/Common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/glslang/glslang/Include/Common.h b/thirdparty/glslang/glslang/Include/Common.h
index a5b41cb397..0a8a986eda 100644
--- a/thirdparty/glslang/glslang/Include/Common.h
+++ b/thirdparty/glslang/glslang/Include/Common.h
@@ -45,6 +45,7 @@
#include <cmath>
#endif
#include <cstdio>
+#include <cstdint>
#include <cstdlib>
#include <list>
#include <map>