From 5cefce5c08f74cfc80eee3f82a32d846144e5277 Mon Sep 17 00:00:00 2001 From: orbea Date: Tue, 7 Mar 2023 12:59:19 -0800 Subject: [PATCH] nall: Fix the build for gcc13 --- nall/arithmetic/natural.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nall/arithmetic/natural.hpp b/nall/arithmetic/natural.hpp index fcc902b8..cc1bd907 100644 --- a/nall/arithmetic/natural.hpp +++ b/nall/arithmetic/natural.hpp @@ -1,3 +1,5 @@ +#include + #define ConcatenateType(Size) uint##Size##_t #define DeclareType(Size) ConcatenateType(Size)