mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
13 lines
389 B
Diff
13 lines
389 B
Diff
|
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
|