hyperlogic / splatapult

A 3d gaussian splatting renderer in C++ and OpenGL
MIT License
89 stars 12 forks source link

Update ply.h to include cstdint for uint8_t support #14

Closed alephpt closed 4 months ago

alephpt commented 4 months ago

Adding include for uint8_t definition on linux systems.

Application fails to make, and types fail to define due to uint8_t definition being defined in cstdint.

hyperlogic commented 4 months ago

weird, I haven't had an issue with this previously on Linux. Probably because of the order of includes in other files that include these headers.

alephpt commented 4 months ago

Thanks. That was probably it, or maybe the way I built the package. Amazing work on this by the way!