Commit 4e21f5e1 by Dominic Hamon

Add explicit pthread.h include

parent 5a71bd6e
...@@ -139,6 +139,7 @@ BENCHMARK(BM_MultiThreaded)->Threads(4); ...@@ -139,6 +139,7 @@ BENCHMARK(BM_MultiThreaded)->Threads(4);
#include <functional> #include <functional>
#include <memory> #include <memory>
#include <pthread.h>
#include <string> #include <string>
#include <vector> #include <vector>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment