CheckTypeSize: Use C++-style headers to check for std:: types

In order to check for types like `std::uint8_t` in C++, we need to
include `<cstdint>` instead of `<stdint.h>`.
1 file changed