Fix GCC 13 build.

MSYS and probably a few Linux distros are now shipping GCC 13.
The new standards and issues are listed here,

https://gcc.gnu.org/gcc-13/porting_to.html
This commit is contained in:
ToBul 2023-05-06 19:36:42 +01:00 committed by trzy
parent 18f3c23a9f
commit 583d237b2b

View file

@ -3,6 +3,7 @@
#include <stdexcept>
#include <cstring>
#include <cstdint>
namespace Util
{