common/ring_buffer: Include <limits> header

merge-requests/60/head
wheremyfoodat 2024-02-24 02:34:09 +07: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

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