Skip to content

Commit

Permalink
Merge pull request #25 from DNedic/fix/missing_memcpy_include
Browse files Browse the repository at this point in the history
fix(RingBuffer): Add missing include needed for memcpy
  • Loading branch information
DNedic authored Jan 18, 2025
2 parents 89c5341 + 01c101d commit 23a3047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lockfree/spsc/ring_buf_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
* Version: v2.0.9
**************************************************************/

#include <cstring>

namespace lockfree {
namespace spsc {
/********************** PUBLIC METHODS ************************/
Expand Down

0 comments on commit 23a3047

Please sign in to comment.