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

Avoid inclusion of deprecated header (#227)

This commit is contained in:
Peter Dimov
2024-09-29 18:37:21 +03:00
committed by GitHub
parent ef14767aec
commit f6ffdfe0a3
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
#include <boost/throw_exception.hpp>
#include <boost/pool/singleton_pool.hpp>
#include <boost/detail/atomic_count.hpp>
#include <boost/smart_ptr/detail/atomic_count.hpp>
#include <boost/optional.hpp>
// this must occur after all of the includes and before any code appears

View File

@@ -14,7 +14,7 @@
#include <vector>
#include <list>
#include <boost/detail/atomic_count.hpp>
#include <boost/smart_ptr/detail/atomic_count.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/wave/wave_config.hpp>