From f1d6d1e480ca873259c816c0bd2dac5eb7aecd5a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 9 Jan 2019 16:24:01 -0800 Subject: lib: experts: fixup for including Boost header Header wasn't included until Boost 1.56. Fixes 5c012cad7858 ("lib: experts: Add potentially missing but...") --- host/lib/include/uhdlib/experts/expert_nodes.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/include/uhdlib/experts/expert_nodes.hpp') diff --git a/host/lib/include/uhdlib/experts/expert_nodes.hpp b/host/lib/include/uhdlib/experts/expert_nodes.hpp index 8fa183835..a540fc49d 100644 --- a/host/lib/include/uhdlib/experts/expert_nodes.hpp +++ b/host/lib/include/uhdlib/experts/expert_nodes.hpp @@ -12,7 +12,9 @@ #include #include #include +#if BOOST_VERSION >= 105600 #include +#endif #include #include #include -- cgit v1.2.3