Преглед изворни кода

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>