mirror of
https://github.com/boostorg/wave.git
synced 2026-01-19 04:42:16 +00:00
Avoid inclusion of deprecated header
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user