Make sure size_t can be used on Linux
size_t is not an internal type of compiler, so the definition has to be supplied.
cstddef is comes from standard library, so it should not cause any platform-related issues.
size_t is not an internal type of compiler, so the definition has to be supplied.
cstddef is comes from standard library, so it should not cause any platform-related issues.