mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-12 13:48:59 +02:00
common/ring_buffer: Include <limits> header
This commit is contained in:
parent
26ab5e9c88
commit
8a5329b19a
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…
Add table
Add a link
Reference in a new issue