From 6a7898396a14eef257e63cd002fb26ffbf6e2581 Mon Sep 17 00:00:00 2001 From: invertego Date: Tue, 2 May 2023 22:53:49 -0700 Subject: [PATCH] nall: add needed #include --- nall/arithmetic.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nall/arithmetic.hpp b/nall/arithmetic.hpp index baf00a9fb..4d0ebbf38 100644 --- a/nall/arithmetic.hpp +++ b/nall/arithmetic.hpp @@ -3,6 +3,8 @@ //multi-precision arithmetic //warning: each size is quadratically more expensive than the size before it! +#include + #include #include #include