Merge pull request #13146 from wheremyfoodat/patch-1
common/ring_buffer: Include <limits> header
This commit is contained in:
commit
7a51eaa727
|
@ -8,6 +8,7 @@
|
|||
#include <atomic>
|
||||
#include <cstddef>
|
||||
#include <cstring>
|
||||
#include <limits>
|
||||
#include <new>
|
||||
#include <span>
|
||||
#include <type_traits>
|
||||
|
|
Reference in New Issue