From ccb69f0d3675e560fc273ca666e7c3c467ad1abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 1 Dec 2022 15:31:19 +0700 Subject: [PATCH] simgear: patch for boost 1.81 --- srcpkgs/simgear/patches/fix-include.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/simgear/patches/fix-include.patch diff --git a/srcpkgs/simgear/patches/fix-include.patch b/srcpkgs/simgear/patches/fix-include.patch new file mode 100644 index 00000000000..c63eef88767 --- /dev/null +++ b/srcpkgs/simgear/patches/fix-include.patch @@ -0,0 +1,12 @@ +Index: simgear-2020.3.13/simgear/scene/viewer/Compositor.hxx +=================================================================== +--- simgear-2020.3.13.orig/simgear/scene/viewer/Compositor.hxx ++++ simgear-2020.3.13/simgear/scene/viewer/Compositor.hxx +@@ -17,6 +17,7 @@ + #ifndef SG_COMPOSITOR_HXX + #define SG_COMPOSITOR_HXX + ++#include + #include + #include +