Skip to content

Commit

Permalink
fix(BipartiteBuf): Include the utility header for std::pair use
Browse files Browse the repository at this point in the history
  • Loading branch information
DNedic committed Jul 1, 2024
1 parent e5736cb commit 8ab4b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lockfree/spsc/bipartite_buf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include <atomic>
#include <cstddef>
#include <type_traits>
#include <utility>

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

0 comments on commit 8ab4b88

Please sign in to comment.