nvpro-samples / vk_raytracing_tutorial_KHR

Ray tracing examples and tutorials using VK_KHR_ray_tracing
Apache License 2.0
1.34k stars 142 forks source link

explicit include the stdint.h header for gcc 13 #62

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 <stdint.h> anymore, so we need to include it explicitly.

NBickford-NV commented 1 year ago

Thank you @K1ngst0m for testing this tutorial on GCC 13 and finding this! This patch looks good to me; merging it in now.