Trying to fix the compilation issue.

This commit is contained in:
Alan Mishchenko 2024-07-31 21:56:08 -07:00
parent 3491773f2a
commit c62bfec2fd
1 changed files with 6 additions and 0 deletions

View File

@ -31,7 +31,13 @@
#include <pthread.h>
#include <unistd.h>
#endif
#ifdef __cplusplus
#include <atomic>
using namespace std;
#else
#include <stdatomic.h>
#endif
#endif