File 0001-fix-gcc13-build.patch of Package mangohud
From: Simon Vogl <simon.vogl@gmx.net> Date: Fri, 14 Apr 2023 17:53:12 +0200 Subject: [PATCH] build: Fix building with GCC 13 --- tests/test_amdgpu.cpp | 1 + 1 file changed, 1 insertion(+) --- a/tests/test_amdgpu.cpp +++ b/tests/test_amdgpu.cpp @@ -1,3 +1,4 @@ +#include <cstdint> #include <stdarg.h> #include <stddef.h> #include <setjmp.h>