Explorar el Código

common/ring_buffer: Include <limits> header

wheremyfoodat hace 2 años
padre
commit
ed315fb8a5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/common/ring_buffer.h

+ 1 - 0
src/common/ring_buffer.h

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