xelatihy / yocto-gl

Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
https://xelatihy.github.io/yocto-gl
2.81k stars 205 forks source link

Fix build under fedora 38 #1436

Open bamless opened 1 year ago

bamless commented 1 year ago

Include stdio.h in yocto_modelio.h that is probably being included transitively on other platforms. This fixes compilation on Fedora 38 and probably on other distros using modern versions of gcc.