Skip to content

Commit

Permalink
Avoid inclusion of deprecated header
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 29, 2024
1 parent 028247d commit 4b4c5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/log/core/record_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <boost/log/attributes/attribute_value_set.hpp>
#include <boost/log/expressions/keyword_fwd.hpp>
#ifndef BOOST_LOG_NO_THREADS
#include <boost/detail/atomic_count.hpp>
#include <boost/smart_ptr/detail/atomic_count.hpp>
#endif // BOOST_LOG_NO_THREADS
#include <boost/log/detail/header.hpp>

Expand Down

0 comments on commit 4b4c5f7

Please sign in to comment.