common/ring_buffer: Include <limits> header

This commit is contained in:
wheremyfoodat 2024-02-24 02:34:09 +02:00 committed by GitHub
parent 975d6f1ec4
commit ed315fb8a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <atomic>
#include <cstddef>
#include <cstring>
#include <limits>
#include <new>
#include <span>
#include <type_traits>