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 b44bcac commit 125bcfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <boost/spirit/home/support/iterators/multi_pass_fwd.hpp>
#include <boost/spirit/home/support/iterators/detail/multi_pass.hpp>
#if defined(BOOST_HAS_THREADS)
#include <boost/detail/atomic_count.hpp>
#include <boost/smart_ptr/detail/atomic_count.hpp>
#endif
#include <cstdlib>

Expand Down

0 comments on commit 125bcfc

Please sign in to comment.