mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
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:
parent
a3da15e222
commit
5c012cad78
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue