summaryrefslogtreecommitdiff
path: root/games/simgear/patches/patch-simgear_nasal_cppbind_NasalHash.hxx
blob: 8e68a0ffcfc8fe2da87b259c71c31904662ffc83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-simgear_nasal_cppbind_NasalHash.hxx,v 1.1 2019/03/14 18:13:18 nia Exp $

Uses enable_if - don't rely on indirect inclusion.

--- simgear/nasal/cppbind/NasalHash.hxx.orig	2019-01-29 13:17:36.000000000 +0000
+++ 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