Include `stdbool.h` for portability of atomic calls

This commit is contained in:
Martin Povišer 2024-08-07 18:13:45 +02:00
parent f0b070ef70
commit 2d267786d7
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
using namespace std;
#else
#include <stdatomic.h>
#include <stdbool.h>
#endif
#endif

View File

@ -37,6 +37,7 @@
using namespace std;
#else
#include <stdatomic.h>
#include <stdbool.h>
#endif
#endif