Skip to content

Commit

Permalink
Trying to fix the compilation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed Aug 1, 2024
1 parent 3491773 commit c62bfec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/proof/ssw/sswPart.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
#include <pthread.h>
#include <unistd.h>
#endif

#ifdef __cplusplus
#include <atomic>
using namespace std;
#else
#include <stdatomic.h>
#endif

#endif

Expand Down

0 comments on commit c62bfec

Please sign in to comment.