Skip to content

Commit

Permalink
Debug CI failure on Github
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 17, 2024
1 parent 3153f27 commit 29d31a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5private.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#endif

/* C11 atomics */
#ifdef H5_HAVE_STDATOMIC_H
#if defined(H5_HAVE_STDATOMIC_H) && !defined(__cplusplus)
#include <stdatomic.h>
#endif

Expand Down

0 comments on commit 29d31a6

Please sign in to comment.