You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bench/parallel/rosace/thread1/types.h defines uint64_t. Unfortunately, the definition it gives is incompatible, on certain platforms and compilers, with the one in stdint.h, which may have ended being included before.
Just use #include <stdint.h> instead.
The text was updated successfully, but these errors were encountered:
bench/parallel/rosace/thread1/types.h
definesuint64_t
. Unfortunately, the definition it gives is incompatible, on certain platforms and compilers, with the one instdint.h
, which may have ended being included before.Just use
#include <stdint.h>
instead.The text was updated successfully, but these errors were encountered: