From e75629c3cfb4d0a654648f775e65e79375cf4f13 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 5 Dec 2024 20:34:15 +0100 Subject: [PATCH] lib: Fix boost::detail::atomic_count header This fixes a deprecation warning. --- host/include/uhd/transport/zero_copy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/include/uhd/transport/zero_copy.hpp b/host/include/uhd/transport/zero_copy.hpp index 5f954e24e4..2f15e8c4c7 100644 --- a/host/include/uhd/transport/zero_copy.hpp +++ b/host/include/uhd/transport/zero_copy.hpp @@ -9,8 +9,8 @@ #include #include -#include #include +#include #include #include