Commit 2501c25a authored by Dmytro Stechenko's avatar Dmytro Stechenko Committed by Facebook Github Bot

Mark folly/portability/PThread.h dep on boost as normal

Reviewed By: Orvid

Differential Revision: D20353603

fbshipit-source-id: 1910261be637237923b1f1d6a56fc954554176d2
parent 0d908464
......@@ -17,9 +17,9 @@
#include <folly/portability/PThread.h>
#if !FOLLY_HAVE_PTHREAD && defined(_WIN32)
#include <boost/thread/exceptions.hpp> // @manual
#include <boost/thread/tss.hpp> // @manual
#include <boost/version.hpp> // @manual
#include <boost/thread/exceptions.hpp>
#include <boost/thread/tss.hpp>
#include <boost/version.hpp>
#include <errno.h>
......
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