mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-06 01:50:00 +00:00
Merge pull request #13146 from wheremyfoodat/patch-1
common/ring_buffer: Include <limits> header
This commit is contained in:
commit
7a51eaa727
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <atomic>
|
||||
#include <cstddef>
|
||||
#include <cstring>
|
||||
#include <limits>
|
||||
#include <new>
|
||||
#include <span>
|
||||
#include <type_traits>
|
||||
|
|
Loading…
Reference in a new issue