diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2020-04-17 12:26:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 10:00:19 +0700 |
commit | 475be9b3828a770be95ebb7fc6e0bda16af8f0f2 (patch) | |
tree | 0aad1659d619504b529afc1597183a60a599501c /libraries/SimGear | |
parent | 32377967267ee91274713e30ba4ebeb35fccbc70 (diff) |
libraries/SimGear: Add missing patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 000000000000..2cf69cefe9ff --- /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 |