Closed bdutro closed 1 year ago
I was getting a compiler error with Clang on Ubuntu due to undefined standard types (uint32_t and so on). Adding this include fixes the problem.
uint32_t
I was getting a compiler error with Clang on Ubuntu due to undefined standard types (
uint32_t
and so on). Adding this include fixes the problem.