jeremyletang / rust-sfml

SFML bindings for Rust
Other
638 stars 88 forks source link

Fix compiling error on Windows MinGW #328

Closed wanzzhehe closed 5 months ago

wanzzhehe commented 5 months ago

Add <cstdint> header file to CSFML/src/Audio/Sound.cpp to avoid compiling error.

crumblingstatue commented 5 months ago

Thank you for your contribution!