소스 검색

Merge pull request #13146 from wheremyfoodat/patch-1

common/ring_buffer: Include <limits> header
liamwhite 2 년 전
부모
커밋
7a51eaa727
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>