Add #include <cstdint> for std::uint32_t usage
This commit is contained in:
parent
75c3bf68e9
commit
ff160f15ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue