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 <atomic>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <limits>
|
||||||
#include <new>
|
#include <new>
|
||||||
#include <span>
|
#include <span>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
Loading…
Reference in a new issue