Skip to content

Commit

Permalink
lib: Fix boost::detail::atomic_count header
Browse files Browse the repository at this point in the history
This fixes a deprecation warning.
  • Loading branch information
mbr0wn authored and joergho committed Dec 11, 2024
1 parent adfe953 commit e75629c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/include/uhd/transport/zero_copy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

#include <uhd/config.hpp>
#include <uhd/utils/noncopyable.hpp>
#include <boost/detail/atomic_count.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/smart_ptr/detail/atomic_count.hpp>
#include <boost/utility.hpp>
#include <memory>

Expand Down

0 comments on commit e75629c

Please sign in to comment.