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 cstdint header for gcc 13 #61

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.