Skip to content

Commit

Permalink
Include stdbool.h for portability of atomic calls
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Aug 7, 2024
1 parent f0b070e commit 2d26778
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/misc/util/utilPth.c
Original file line number Diff line number Diff line change
@@ -36,6 +36,7 @@
using namespace std;
#else
#include <stdatomic.h>
#include <stdbool.h>
#endif

#endif
1 change: 1 addition & 0 deletions src/proof/ssw/sswPart.c
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@
using namespace std;
#else
#include <stdatomic.h>
#include <stdbool.h>
#endif

#endif

0 comments on commit 2d26778

Please sign in to comment.