projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf385e2
)
Fix OSX build
author
Neel Goyal
<ngoyal@fb.com>
Mon, 22 Feb 2016 22:42:49 +0000
(14:42 -0800)
committer
facebook-github-bot-0
<folly-bot@fb.com>
Mon, 22 Feb 2016 23:20:27 +0000
(15:20 -0800)
Summary: Fixed the build using the homebrew instructions
Reviewed By: yfeldblum
Differential Revision:
D2960409
fb-gh-sync-id:
218b879f26b3baab09676cac51787bf36d0b4bed
shipit-source-id:
218b879f26b3baab09676cac51787bf36d0b4bed
folly/detail/CacheLocality.h
patch
|
blob
|
history
diff --git
a/folly/detail/CacheLocality.h
b/folly/detail/CacheLocality.h
index c58d21c57709c5053bde830e01f491713975488d..db29b1bd184f25e4959b93c010cfcc4ce5af942d 100644
(file)
--- a/
folly/detail/CacheLocality.h
+++ b/
folly/detail/CacheLocality.h
@@
-26,6
+26,7
@@
#include <string>
#include <type_traits>
#include <vector>
+#include <pthread.h>
#include <folly/Hash.h>
#include <folly/Likely.h>
#include <folly/Portability.h>