nvpro-samples / nvpro_core

shared source code and resources needed for the samples to run
Apache License 2.0
489 stars 114 forks source link

explicit include the cstdint header for gcc 13 support #53

Closed K1ngst0m closed 1 year ago

K1ngst0m commented 1 year ago

According to the https://gcc.gnu.org/gcc-13/porting_to.html, gcc 13 doesn't implicitly include <cstdint> anymore, so we need to include it explicitly.

Related to PR in vk_raytracing_tutorial_KHR

NBickford-NV commented 1 year ago

Thanks @K1ngst0m ! This looks good to me. I did some additional testing of the nvpro-samples on gcc 13 and found another missing header in cadscenefile.h; I'll merge this in, and then apply that fix on top.

Thanks again!