File tumbleweed_build.patch of Package OpenTESArena
diff -Pdpru OpenTESArena-opentesarena-0.14.0/components/utilities/VirtualHeap.cpp patch/components/utilities/VirtualHeap.cpp --- OpenTESArena-opentesarena-0.14.0/components/utilities/VirtualHeap.cpp 2021-11-19 04:51:27.000000000 +0100 +++ patch/components/utilities/VirtualHeap.cpp 2024-03-20 12:46:21.835146444 +0100 @@ -1,5 +1,6 @@ #include <algorithm> #include <iterator> +#include <cstdint> #include "VirtualHeap.h" diff -Pdpru OpenTESArena-opentesarena-0.14.0/OpenTESArena/src/Rendering/RenderTextureUtils.h patch/OpenTESArena/src/Rendering/RenderTextureUtils.h --- OpenTESArena-opentesarena-0.14.0/OpenTESArena/src/Rendering/RenderTextureUtils.h 2021-11-19 04:51:27.000000000 +0100 +++ patch/OpenTESArena/src/Rendering/RenderTextureUtils.h 2024-03-20 13:13:32.211722641 +0100 @@ -1,6 +1,8 @@ #ifndef RENDER_TEXTURE_UTILS_H #define RENDER_TEXTURE_UTILS_H +#include <cstdint> + #include "../Math/Vector2.h" // Common texture handles allocated by a renderer for a user when they want a new texture in the