11 lines
319 B
Diff
11 lines
319 B
Diff
--- simgear/nasal/cppbind/NasalHash.hxx 2019-01-29 14:17:36.000000000 +0100
|
|
+++ simgear/nasal/cppbind/NasalHash.hxx 2019-01-31 18:33:18.344393314 +0100
|
|
@@ -24,6 +24,7 @@
|
|
|
|
#include <simgear/structure/map.hxx>
|
|
#include <boost/iterator/iterator_facade.hpp>
|
|
+#include <boost/utility/enable_if.hpp>
|
|
|
|
namespace nasal
|
|
{
|