2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-19 04:42:16 +00:00

Avoid including deprecated header.

`boost/detail/atomic_count.hpp` was moved to `boost/smart_ptr/detail` and the old header is deprecated and emits warnings.
This commit is contained in:
Andrey Semashev
2025-02-28 23:23:36 +03:00
committed by GitHub
parent 1d71704e95
commit 27392d2cc1

View File

@@ -17,7 +17,7 @@
#include <boost/wave/util/file_position.hpp>
#include <boost/wave/token_ids.hpp>
#include <boost/wave/language_support.hpp>
#include <boost/detail/atomic_count.hpp>
#include <boost/smart_ptr/detail/atomic_count.hpp>
#include <boost/optional.hpp>
///////////////////////////////////////////////////////////////////////////////