diff options
| author | 2024-02-23 20:32:40 -0500 | |
|---|---|---|
| committer | 2024-02-23 20:32:40 -0500 | |
| commit | 7a51eaa727f703a6a6583df678b00332ff4d6418 (patch) | |
| tree | 3c46b8d3725bd0a33284dec7e30aeeabdee6fbf7 | |
| parent | Merge pull request #13140 from german77/yet-more-qlaunch (diff) | |
| parent | common/ring_buffer: Include <limits> header (diff) | |
| download | yuzu-7a51eaa727f703a6a6583df678b00332ff4d6418.tar.gz yuzu-7a51eaa727f703a6a6583df678b00332ff4d6418.tar.xz yuzu-7a51eaa727f703a6a6583df678b00332ff4d6418.zip | |
Merge pull request #13146 from wheremyfoodat/patch-1
common/ring_buffer: Include <limits> header
| -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> |