Browse Source

common/ring_buffer: Include <limits> header

nce_cpp
wheremyfoodat 2 years ago
committed by GitHub
parent
commit
8a5329b19a
  1. 1
      src/common/ring_buffer.h

1
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>

Loading…
Cancel
Save