zm_define: Include cstddef so we have size_t
This commit is contained in:
parent
26bdf4ab1b
commit
eaf91fcf1f
|
@ -29,6 +29,7 @@
|
|||
#endif
|
||||
|
||||
#include <cinttypes>
|
||||
#include <cstddef>
|
||||
|
||||
typedef std::int64_t int64;
|
||||
typedef std::int32_t int32;
|
||||
|
|
Loading…
Reference in New Issue