diff options
-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 |