diff options
| author | Tom Russo <russo@bogodyn.org> | 2025-06-03 10:13:40 +0000 |
|---|---|---|
| committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2025-06-03 10:15:14 +0000 |
| commit | 115e57697110518a2c898b97531a6b3264cbfbc9 (patch) | |
| tree | 76068137d24bed41c102ec1fada902e646975994 | |
| parent | 21f31b0c62d89c7e1e62b333d157685e4672aeff (diff) | |
devel/simgear: Fix build with boost 1.88
PR: 287247
Reported by: russo@bogodyn.org
| -rw-r--r-- | devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx b/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx index effe59395b4f..92632e0c98d9 100644 --- a/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx +++ b/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx @@ -1,10 +1,12 @@ --- simgear/nasal/cppbind/NasalHash.hxx.orig 2019-04-23 16:24:11 UTC +++ simgear/nasal/cppbind/NasalHash.hxx -@@ -23,6 +23,7 @@ +@@ -23,6 +23,9 @@ #include "to_nasal.hxx" #include <simgear/structure/map.hxx> +#include <boost/core/enable_if.hpp> #include <boost/iterator/iterator_facade.hpp> ++#include <boost/mpl/if.hpp> ++#include <boost/type_traits.hpp> namespace nasal |
