mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Fix broken build due to addressof() not being included on some platforms.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#include "boost/limits.hpp"
|
||||
#include "boost/pending/lowest_bit.hpp"
|
||||
#include "boost/static_assert.hpp"
|
||||
#include "boost/utility/addressof.hpp"
|
||||
|
||||
|
||||
namespace boost {
|
||||
|
||||
Reference in New Issue
Block a user