Skip to content

Commit

Permalink
Fix the Windows build of test_native_mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Sep 23, 2024
1 parent a3d29aa commit 8c16b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_native_mutex.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class native_mutex_storage
void unlock_notify() noexcept {}
};
#else
# include <windows.h>
# include <synchapi.h>

class native_mutex_storage
Expand Down

0 comments on commit 8c16b1e

Please sign in to comment.