std-memset.patch 397 B

12345678910111213
  1. diff --git a/source/win32/low_latency_iocp_context.cpp b/source/win32/low_latency_iocp_context.cpp
  2. index 3941c87..db8c293 100644
  3. --- a/source/win32/low_latency_iocp_context.cpp
  4. +++ b/source/win32/low_latency_iocp_context.cpp
  5. @@ -19,6 +19,7 @@
  6. #include <unifex/scope_guard.hpp>
  7. #include <unifex/exception.hpp>
  8. +#include <cstring>
  9. #include <atomic>
  10. #include <random>
  11. #include <system_error>