summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-01-22 00:30:28 +0100
committerGitHub <noreply@github.com>2021-01-22 00:30:28 +0100
commit1e9b1d439ff488abdaeb45e82cd8e1fdfbc16421 (patch)
tree07aadf220b23954fa32df8f07311cfd3eabcdfcf /src/common
parentMerge pull request #5781 from lioncash/bits (diff)
downloadyuzu-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/common')
-rw-r--r--src/common/bit_util.h1
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>