mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/SimGear: Add missing patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3237796726
commit
475be9b382
1 changed files with 12 additions and 0 deletions
12
libraries/SimGear/simgear-enable-if.patch
Normal file
12
libraries/SimGear/simgear-enable-if.patch
Normal file
|
@ -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
|
Loading…
Reference in a new issue