diff options
Diffstat (limited to 'host/lib/include/uhdlib/experts/expert_nodes.hpp')
-rw-r--r-- | host/lib/include/uhdlib/experts/expert_nodes.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/experts/expert_nodes.hpp b/host/lib/include/uhdlib/experts/expert_nodes.hpp index a540fc49d..1aa29b3a3 100644 --- a/host/lib/include/uhdlib/experts/expert_nodes.hpp +++ b/host/lib/include/uhdlib/experts/expert_nodes.hpp @@ -14,6 +14,8 @@ #include <uhd/types/time_spec.hpp> #if BOOST_VERSION >= 105600 #include <boost/core/noncopyable.hpp> +#else +#include <boost/noncopyable.hpp> #endif #include <boost/function.hpp> #include <boost/thread/recursive_mutex.hpp> |