diff options
Diffstat (limited to 'libraries/SimGear')
-rw-r--r-- | libraries/SimGear/simgear-enable-if.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/SimGear/simgear-enable-if.patch b/libraries/SimGear/simgear-enable-if.patch new file mode 100644 index 0000000000..2cf69cefe9 --- /dev/null +++ b/libraries/SimGear/simgear-enable-if.patch @@ -0,0 +1,12 @@ +diff --git a/simgear/nasal/cppbind/NasalHash.hxx b/simgear/nasal/cppbind/NasalHash.hxx +index aac672fd..2ee7d044 100644 +--- a/simgear/nasal/cppbind/NasalHash.hxx ++++ b/simgear/nasal/cppbind/NasalHash.hxx +@@ -23,6 +23,7 @@ + #include "to_nasal.hxx" + + #include <simgear/structure/map.hxx> ++#include <boost/core/enable_if.hpp> + #include <boost/iterator/iterator_facade.hpp> + + namespace nasal |