diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-07-07 19:29:46 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-07-07 19:32:12 +0300 |
commit | ee6ea2ec7365abc71da73cb9c4699de6bc607457 (patch) | |
tree | b4c10bdaef3b0add5002ae66a18bf0522808b889 /games/openmw/files/patch-components_esm3_variant.hpp | |
parent | science/py-tensorflow: Update 2.9.1 -> 2.13.1 (diff) |
games/openmw: update to 0.49.0 release (+)
GitHub Announce: https://github.com/OpenMW/openmw/releases/tag/openmw-0.49.0
Full release notes: https://openmw.org/2025/openmw-0-49-0-released/
Diffstat (limited to 'games/openmw/files/patch-components_esm3_variant.hpp')
-rw-r--r-- | games/openmw/files/patch-components_esm3_variant.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/openmw/files/patch-components_esm3_variant.hpp b/games/openmw/files/patch-components_esm3_variant.hpp new file mode 100644 index 000000000000..e861f8a3c7ef --- /dev/null +++ b/games/openmw/files/patch-components_esm3_variant.hpp @@ -0,0 +1,10 @@ +--- components/esm3/variant.hpp.orig 2025-07-01 11:41:15 UTC ++++ components/esm3/variant.hpp +@@ -5,6 +5,7 @@ + #include <string> + #include <tuple> + #include <variant> ++#include <cstdint> + + namespace ESM + { |