mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-04-02 10:42:14 -04:00
nall: Fix the build for gcc13
This commit is contained in:
parent
a22c5c3eeb
commit
5cefce5c08
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#include <stdexcept>
|
||||
|
||||
#define ConcatenateType(Size) uint##Size##_t
|
||||
#define DeclareType(Size) ConcatenateType(Size)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue