summarylogtreecommitdiffstats
path: root/compositor-pass-missing-array-include.patch
diff options
context:
space:
mode:
authorEdoardo Morandi2023-03-10 19:08:58 +0100
committeracxz2023-03-11 12:27:30 -0600
commit5d7fb74e08e6235605e2ab0a04c7c989ba21daed (patch)
tree1a5fdb862f1aa93ee3d989e2391ef55887e1c748 /compositor-pass-missing-array-include.patch
parentb4b9eb97a59e55d92d606f64e0d3962dfc2c6f89 (diff)
downloadaur-5d7fb74e08e6235605e2ab0a04c7c989ba21daed.tar.gz
fix: add patch for missing include in 2020.3.17
Diffstat (limited to 'compositor-pass-missing-array-include.patch')
-rw-r--r--compositor-pass-missing-array-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/compositor-pass-missing-array-include.patch b/compositor-pass-missing-array-include.patch
new file mode 100644
index 000000000000..5572f5f9e4a9
--- /dev/null
+++ b/compositor-pass-missing-array-include.patch
@@ -0,0 +1,11 @@
+diff -ur simgear-2020.3.17.orig/simgear/scene/viewer/Compositor.hxx simgear-2020.3.17/simgear/scene/viewer/Compositor.hxx
+--- simgear-2020.3.17.orig/simgear/scene/viewer/Compositor.hxx 2022-11-20 19:01:30.000000000 +0100
++++ simgear-2020.3.17/simgear/scene/viewer/Compositor.hxx 2023-03-10 18:40:59.219808993 +0100
+@@ -17,6 +17,7 @@
+ #ifndef SG_COMPOSITOR_HXX
+ #define SG_COMPOSITOR_HXX
+
++#include <array>
+ #include <unordered_map>
+ #include <vector>
+