Include <bit> header when std::count{r,l}_zero is used
Needed for compilation with older libc++ releases
This commit is contained in:
parent
f83cd2e8b9
commit
dd862dff66
3 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <bit>
|
||||
#include <climits>
|
||||
|
||||
#include <boost/container/static_vector.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue