Przeglądaj źródła

common/ring_buffer: Include <limits> header

wheremyfoodat 2 lat temu
rodzic
commit
ed315fb8a5
1 zmienionych plików z 1 dodań i 0 usunięć
  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>