summaryrefslogtreecommitdiff
path: root/openmw-0.46.0-missing-include.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-12-09 15:40:28 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-12-09 15:40:28 -0800
commit22d0a26717d6984d98c43f38a2bc7d5af4c62f3f (patch)
tree001e3156fd9d9e9798ab748eded890edcd33e819 /openmw-0.46.0-missing-include.patch
parentRebuild for bullet 2.89 (diff)
downloadopenmw-22d0a26717d6984d98c43f38a2bc7d5af4c62f3f.tar.xz
Rebuild for boost 1.74 and bullet 3.0.7
Diffstat (limited to 'openmw-0.46.0-missing-include.patch')
-rw-r--r--openmw-0.46.0-missing-include.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/openmw-0.46.0-missing-include.patch b/openmw-0.46.0-missing-include.patch
new file mode 100644
index 0000000..8037074
--- /dev/null
+++ b/openmw-0.46.0-missing-include.patch
@@ -0,0 +1,19 @@
+Fixes build on ~arch system, patch from upstream, to be dropped for 0.47
+
+From 10daadefbea1f62a818c339dc7f3d69a858bc8a6 Mon Sep 17 00:00:00 2001
+From: elsid <elsid.mail@gmail.com>
+Date: Thu, 30 Apr 2020 21:57:22 +0200
+Subject: [PATCH] Add missing include
+
+diff --git a/components/detournavigator/offmeshconnectionsmanager.hpp b/components/detournavigator/offmeshconnectionsmanager.hpp
+index 30d7976aec..155ce32963 100644
+--- a/components/detournavigator/offmeshconnectionsmanager.hpp
++++ b/components/detournavigator/offmeshconnectionsmanager.hpp
+@@ -13,6 +13,7 @@
+
+ #include <boost/optional.hpp>
+
++#include <algorithm>
+ #include <map>
+ #include <mutex>
+ #include <unordered_map>