zm_define: Include cstddef so we have size_t

This commit is contained in:
Peter Keresztes Schmidt 2021-05-08 23:03:38 +02:00
parent 26bdf4ab1b
commit eaf91fcf1f
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#endif
#include <cinttypes>
#include <cstddef>
typedef std::int64_t int64;
typedef std::int32_t int32;