diff options
| author | 2024-02-24 02:34:09 +0200 | |
|---|---|---|
| committer | 2024-02-24 02:34:09 +0200 | |
| commit | ed315fb8a5c820d9dae7f4387ea1e9208a1a384c (patch) | |
| tree | 1b5b4ad733382651168021ae037ccdc659dffecf /src | |
| parent | Merge pull request #13141 from liamwhite/swap (diff) | |
| download | yuzu-ed315fb8a5c820d9dae7f4387ea1e9208a1a384c.tar.gz yuzu-ed315fb8a5c820d9dae7f4387ea1e9208a1a384c.tar.xz yuzu-ed315fb8a5c820d9dae7f4387ea1e9208a1a384c.zip | |
common/ring_buffer: Include <limits> header
Diffstat (limited to 'src')
| -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 @@ | |||
| 8 | #include <atomic> | 8 | #include <atomic> |
| 9 | #include <cstddef> | 9 | #include <cstddef> |
| 10 | #include <cstring> | 10 | #include <cstring> |
| 11 | #include <limits> | ||
| 11 | #include <new> | 12 | #include <new> |
| 12 | #include <span> | 13 | #include <span> |
| 13 | #include <type_traits> | 14 | #include <type_traits> |