Fix 2.6.x failing to compile on gcc 13.1.1 because of missing headers

I was getting this error until I added this header:
/home/dogunbound/SFML/SFML/src/SFML/Audio/SoundFileReaderMp3.cpp:68:23:
error: ‘uint64_t’ is not a member of ‘std’;

This is a fix
This commit is contained in:
Shane Whitmire 2023-05-15 20:44:54 -05:00 committed by Chris Thrasher
parent a21c3c101c
commit a08cdadcb1

View File

@ -55,6 +55,7 @@
#include <SFML/System/Err.hpp>
#include <algorithm>
#include <cstring>
#include <cstdint>
namespace