Skip to content

Commit

Permalink
avoid stdatomic.h for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 12, 2024
1 parent 94ec96e commit d589666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cluster.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#if !defined(_MSC_VER)
#include <stdatomic.h>
#endif
#include <stdbool.h>
#include <stdint.h>

Expand Down

0 comments on commit d589666

Please sign in to comment.