Эх сурвалжийг харах

common/ring_buffer: Include <limits> header

wheremyfoodat 2 жил өмнө
parent
commit
ed315fb8a5

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