mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
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:
parent
18f3c23a9f
commit
583d237b2b
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <stdexcept>
|
||||
#include <cstring>
|
||||
#include <cstdint>
|
||||
|
||||
namespace Util
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue