Commit ff160f15 by baldurk

Add #include <cstdint> for std::uint32_t usage

parent 75c3bf68
...@@ -75,6 +75,7 @@ public: ...@@ -75,6 +75,7 @@ public:
#if !defined (use_cpp11) #if !defined (use_cpp11)
#include <cstdio> #include <cstdio>
#include <cstdint>
namespace spv { namespace spv {
class spirvbin_t : public spirvbin_base_t class spirvbin_t : public spirvbin_base_t
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment