mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-04 02:50:46 -07:00
Include <bit> header when std::count{r,l}_zero is used
Needed for compilation with older libc++ releases
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <bit>
|
||||
#include <climits>
|
||||
|
||||
#include <boost/container/static_vector.hpp>
|
||||
|
Reference in New Issue
Block a user