lib: experts: Add potentially missing but sometimes inferred include

This adds an include for boost/core/noncopyable.hpp. Without it, builds
would potentially fail on Boost 1.69++.
This commit is contained in:
Martin Braun 2019-01-09 09:17:07 -08:00
parent a3da15e222
commit 5c012cad78

View file

@ -12,6 +12,7 @@
#include <uhd/exception.hpp>
#include <uhd/utils/dirty_tracked.hpp>
#include <uhd/types/time_spec.hpp>
#include <boost/core/noncopyable.hpp>
#include <boost/function.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include <boost/thread.hpp>