aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/experts/expert_container.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/uhdlib/experts/expert_container.hpp')
-rw-r--r--host/lib/include/uhdlib/experts/expert_container.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/include/uhdlib/experts/expert_container.hpp b/host/lib/include/uhdlib/experts/expert_container.hpp
index bb05ae334..c794e9d8c 100644
--- a/host/lib/include/uhdlib/experts/expert_container.hpp
+++ b/host/lib/include/uhdlib/experts/expert_container.hpp
@@ -10,8 +10,8 @@
#include <uhd/config.hpp>
#include <uhd/utils/noncopyable.hpp>
#include <uhdlib/experts/expert_nodes.hpp>
-#include <boost/thread/recursive_mutex.hpp>
#include <memory>
+#include <mutex>
namespace uhd { namespace experts {
@@ -153,7 +153,7 @@ private:
* container.
*
*/
- virtual boost::recursive_mutex& resolve_mutex() = 0;
+ virtual std::recursive_mutex& resolve_mutex() = 0;
/*!
* Add a data node to the expert graph