From 04a83b6e76beef970854da69ba882d717669b49c Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 9 Jul 2021 11:02:01 +0200 Subject: uhd: Replace boost::thread::id with std::thread::id The Boost version is identical to the std:: version (which is available since C++11) and thus is no longer needed. Because of implicit includes, this breaks compilation in other parts. Appropriate includes were added there also. --- host/lib/rfnoc/chdr_ctrl_endpoint.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/rfnoc/chdr_ctrl_endpoint.cpp') diff --git a/host/lib/rfnoc/chdr_ctrl_endpoint.cpp b/host/lib/rfnoc/chdr_ctrl_endpoint.cpp index 592d3dde8..7d9bb8d1b 100644 --- a/host/lib/rfnoc/chdr_ctrl_endpoint.cpp +++ b/host/lib/rfnoc/chdr_ctrl_endpoint.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3