DanielChappuis / reactphysics3d

Open source C++ physics engine library in 3D
http://www.reactphysics3d.com
zlib License
1.54k stars 224 forks source link

fixed GCC 13 incompatibility #331

Closed Casqade closed 9 months ago

Casqade commented 1 year ago

New GCC release introduced some visible changes, most notably the removal of cstdint usage inside STL.

cstdint not being explicitly included in configuration.h totally breaks compilation on GCC 13. This pull request addresses the issue

DanielChappuis commented 1 year ago

Thanks a lot for taking the time to fix this issue. I will merge this into the next release of the library.

DanielChappuis commented 9 months ago

Thanks a lot for your pull request. I have already merged this pull request that is fixing exactly the same issue. I will therefore not merged this one but again, thank you.