diff options
author | wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> | 2024-02-24 01:34:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-24 01:34:09 +0100 |
commit | ed315fb8a5c820d9dae7f4387ea1e9208a1a384c (patch) | |
tree | 1b5b4ad733382651168021ae037ccdc659dffecf | |
parent | Merge pull request #13141 from liamwhite/swap (diff) | |
download | yuzu-ed315fb8a5c820d9dae7f4387ea1e9208a1a384c.tar yuzu-ed315fb8a5c820d9dae7f4387ea1e9208a1a384c.tar.gz yuzu-ed315fb8a5c820d9dae7f4387ea1e9208a1a384c.tar.bz2 yuzu-ed315fb8a5c820d9dae7f4387ea1e9208a1a384c.tar.lz yuzu-ed315fb8a5c820d9dae7f4387ea1e9208a1a384c.tar.xz yuzu-ed315fb8a5c820d9dae7f4387ea1e9208a1a384c.tar.zst yuzu-ed315fb8a5c820d9dae7f4387ea1e9208a1a384c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/ring_buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/ring_buffer.h b/src/common/ring_buffer.h index e7e9fdb38..b92db6185 100644 --- a/src/common/ring_buffer.h +++ b/src/common/ring_buffer.h @@ -8,6 +8,7 @@ #include <atomic> #include <cstddef> #include <cstring> +#include <limits> #include <new> #include <span> #include <type_traits> |