Skip to content

Commit 8ab4b88

Browse files
committed
fix(BipartiteBuf): Include the utility header for std::pair use
1 parent e5736cb commit 8ab4b88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lockfree/spsc/bipartite_buf.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#include <atomic>
4545
#include <cstddef>
4646
#include <type_traits>
47+
#include <utility>
4748

4849
#if __cplusplus >= 202002L || (defined(_MSVC_LANG) && _MSVC_LANG >= 202002L)
4950
#include <span>

0 commit comments

Comments
 (0)