summaryrefslogtreecommitdiff
path: root/src/common/ring_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/ring_buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/ring_buffer.h b/src/common/ring_buffer.h
index e7e9fdb38..b92db6185 100644
--- a/src/common/ring_buffer.h
+++ b/src/common/ring_buffer.h
@@ -8,6 +8,7 @@
8#include <atomic> 8#include <atomic>
9#include <cstddef> 9#include <cstddef>
10#include <cstring> 10#include <cstring>
11#include <limits>
11#include <new> 12#include <new>
12#include <span> 13#include <span>
13#include <type_traits> 14#include <type_traits>