cnr-isti-vclab / corto

Mesh compression library, designed for rendering and speed.
Other
196 stars 43 forks source link

Add missing cstdint header in tunstall.h #44

Closed Hugal31 closed 5 months ago

Hugal31 commented 10 months ago

tunstall.h is using uint32_t but doesn't include cstdint, which caused me an issue when building meshlab with GCC 13.

nim65s commented 5 months ago

I have the same issue in meshloader.h too

wdconinc commented 5 months ago

I can confirm that this patch indeed fixes compilation of meshlab (nexus plugin) with gcc-13. Thanks to @Hugal31 for submitting it as a PR.

Since I know how it's like in an organization with many repositories where it is easy to overlook submitted PRs, I'm going to take the liberty to tag @ponchio. I hope you don't mind.

ponchio commented 5 months ago

Thanks, and sorry for not noticing before.