aboutsummaryrefslogtreecommitdiff
path: root/SPIRV
diff options
context:
space:
mode:
authorbaldurk <baldurk@baldurk.org>2016-10-13 19:24:42 +0200
committerbaldurk <baldurk@baldurk.org>2016-10-13 19:24:42 +0200
commitff160f15ef26c3727bc53e240454ee32061232e3 (patch)
tree37abe5c873a105a6ea876f1e8f57dee00d96dafd /SPIRV
parent75c3bf68e907d0f6d4ca279724e193addfcdb5f3 (diff)
downloadglslang-ff160f15ef26c3727bc53e240454ee32061232e3.tar.gz
Add #include <cstdint> for std::uint32_t usage
Diffstat (limited to 'SPIRV')
-rwxr-xr-xSPIRV/SPVRemapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SPIRV/SPVRemapper.h b/SPIRV/SPVRemapper.h
index 43ec1ae7..b3c686aa 100755
--- a/SPIRV/SPVRemapper.h
+++ b/SPIRV/SPVRemapper.h
@@ -75,6 +75,7 @@ public:
#if !defined (use_cpp11)
#include <cstdio>
+#include <cstdint>
namespace spv {
class spirvbin_t : public spirvbin_base_t