mmp / pbrt-v4

Source code to pbrt, the ray tracer described in the forthcoming 4th edition of the "Physically Based Rendering: From Theory to Implementation" book.
https://pbrt.org
Apache License 2.0
2.8k stars 429 forks source link

explicit include the cstdint header for gcc 13 support #352

Open K1ngst0m opened 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.

Currently using my fork for the OpenEXR submodule for testing.