git: 8f5465b112ba - main - devel/simgear: fix build with Boost-1.81
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jan 2023 07:05:29 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f5465b112babf5ad42ced7fa845876d8acc0210 commit 8f5465b112babf5ad42ced7fa845876d8acc0210 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-01-17 07:04:42 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-01-17 07:05:20 +0000 devel/simgear: fix build with Boost-1.81 Wit hat: office --- devel/simgear/files/patch-simgear_scene_viewer_Compositor.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/devel/simgear/files/patch-simgear_scene_viewer_Compositor.hxx b/devel/simgear/files/patch-simgear_scene_viewer_Compositor.hxx new file mode 100644 index 000000000000..eb829a5b182f --- /dev/null +++ b/devel/simgear/files/patch-simgear_scene_viewer_Compositor.hxx @@ -0,0 +1,10 @@ +--- simgear/scene/viewer/Compositor.hxx ++++ simgear/scene/viewer/Compositor.hxx +@@ -17,6 +17,7 @@ + #ifndef SG_COMPOSITOR_HXX + #define SG_COMPOSITOR_HXX + ++#include <array> + #include <unordered_map> + #include <vector> +