We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0edef commit 04f1473Copy full SHA for 04f1473
1 file changed
samples/benchmarks/00_fileiobenchmark/main.cpp
@@ -42,6 +42,8 @@
42
#else
43
44
#include <pthread.h>
45
+#include <sys/types.h>
46
+#include <unistd.h>
47
48
#define GET_PROCESS_ID() getpid()
49
#define GET_THREAD_ID() pthread_self()
0 commit comments