mirror of https://github.com/YosysHQ/abc.git
Trying to fix the compilation issue.
This commit is contained in:
parent
3491773f2a
commit
c62bfec2fd
|
|
@ -31,7 +31,13 @@
|
|||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <atomic>
|
||||
using namespace std;
|
||||
#else
|
||||
#include <stdatomic.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue