Commit 6c032555 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot 6

Include <folly/portability/PThread.h> where needed

Summary: Diff #11 of 14.

Reviewed By: mzlee

Differential Revision: D3262478

fbshipit-source-id: d06eee44d1ccefc78a381e44c400c0242b5e0e5a
parent efc40fe4
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <folly/Hash.h> #include <folly/Hash.h>
#include <folly/Traits.h> #include <folly/Traits.h>
#include <folly/detail/Futex.h> #include <folly/detail/Futex.h>
#include <folly/portability/PThread.h>
namespace folly { namespace folly {
......
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#include <folly/io/async/AsyncTimeout.h> #include <folly/io/async/AsyncTimeout.h>
#include <folly/io/async/Request.h> #include <folly/io/async/Request.h>
#include <folly/io/async/TimeoutManager.h> #include <folly/io/async/TimeoutManager.h>
#include <folly/portability/PThread.h>
#include <glog/logging.h> #include <glog/logging.h>
#include <event.h> // libevent #include <event.h> // libevent
......
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