Skip to content

Commit

Permalink
Add explicit pthread.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Jan 15, 2014
1 parent 5a71bd6 commit 4e21f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/benchmark/benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ BENCHMARK(BM_MultiThreaded)->Threads(4);

#include <functional>
#include <memory>
#include <pthread.h>
#include <string>
#include <vector>

Expand Down

0 comments on commit 4e21f5e

Please sign in to comment.