nall: Fix the build for gcc13

This commit is contained in:
orbea 2023-03-07 12:59:19 -08:00
parent c0c60c83a8
commit 4767d2c755
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include <stdexcept>
#define ConcatenateType(Size) uint##Size##_t
#define DeclareType(Size) ConcatenateType(Size)