nall: Fix the build for gcc13

This commit is contained in:
orbea 2023-03-07 12:59:19 -08:00 committed by Screwtapello
parent a22c5c3eeb
commit 5cefce5c08
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)