diff options
author | bunnei <bunneidev@gmail.com> | 2021-01-22 00:30:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 00:30:28 +0100 |
commit | 1e9b1d439ff488abdaeb45e82cd8e1fdfbc16421 (patch) | |
tree | 07aadf220b23954fa32df8f07311cfd3eabcdfcf /src | |
parent | Merge pull request #5781 from lioncash/bits (diff) | |
download | yuzu-1e9b1d439ff488abdaeb45e82cd8e1fdfbc16421.tar yuzu-1e9b1d439ff488abdaeb45e82cd8e1fdfbc16421.tar.gz yuzu-1e9b1d439ff488abdaeb45e82cd8e1fdfbc16421.tar.bz2 yuzu-1e9b1d439ff488abdaeb45e82cd8e1fdfbc16421.tar.lz yuzu-1e9b1d439ff488abdaeb45e82cd8e1fdfbc16421.tar.xz yuzu-1e9b1d439ff488abdaeb45e82cd8e1fdfbc16421.tar.zst yuzu-1e9b1d439ff488abdaeb45e82cd8e1fdfbc16421.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/common/bit_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/bit_util.h b/src/common/bit_util.h index 69fb4e5e4..64520ca4e 100644 --- a/src/common/bit_util.h +++ b/src/common/bit_util.h @@ -4,6 +4,7 @@ #pragma once +#include <bit> #include <climits> #include <cstddef> |