mirror of
https://github.com/google/benchmark.git
synced 2025-01-13 13:20:13 +08:00
Add explicit pthread.h include
This commit is contained in:
parent
5a71bd6e66
commit
4e21f5e180
@ -139,6 +139,7 @@ BENCHMARK(BM_MultiThreaded)->Threads(4);
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <pthread.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user