NVlabs / flip

A tool for visualizing and communicating the errors in rendered images.
498 stars 41 forks source link

Explicitly include <cstdint> for GCC 13 compatibility #29

Closed comradez closed 3 months ago

comradez commented 3 months ago

GCC 13 no longer implicitly includes some headers, including <cstdint> which contains std::uint32_t, so it should be explicitly included.

inversepixel commented 3 months ago

Thanks so much for this fix! I've approved it.