mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-29 23:13:41 +08:00
Merge pull request #13146 from wheremyfoodat/patch-1
common/ring_buffer: Include <limits> header
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <atomic>
|
||||
#include <cstddef>
|
||||
#include <cstring>
|
||||
#include <limits>
|
||||
#include <new>
|
||||
#include <span>
|
||||
#include <type_traits>
|
||||
|
||||
Reference in New Issue
Block a user