فهرست منبع

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>