mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 20:12:47 +00:00
common: Add missing include to bit_util.h
This commit is contained in:
parent
2c4c7aea8a
commit
1e9b1d439f
|
@ -4,6 +4,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <bit>
|
||||
#include <climits>
|
||||
#include <cstddef>
|
||||
|
||||
|
|
Loading…
Reference in a new issue