johnBuffer / VerletSFML-Multithread

Multithreaded deterministic minimalist Verlet solver
MIT License
438 stars 59 forks source link

Fix: Add missing header for uin64_t. #6

Closed cgringmuth closed 11 months ago

cgringmuth commented 1 year ago

This PR fixes issue #5.

It seems that with newer GCC version the header structure changed and thus one header was missing. It was tested on Fedora 38 and Ubuntu 22.04.