Browse Source
common/ring_buffer: Include <limits> header
pull/15/merge
wheremyfoodat
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
src/common/ring_buffer.h
|
|
@ -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> |
|
|
|