Commit 0006ae95 authored by Michael Lee (Engineering)'s avatar Michael Lee (Engineering) Committed by Facebook Github Bot

futures/Barrier.cpp uses DCHECK which implies a glog dependency

Summary:
When compiling each file individually, bring the includes
closer as they are referenced (e.g., rely less on transitive includes
and include what you use)

Reviewed By: bithree

Differential Revision: D18864197

fbshipit-source-id: 24adef418fd2eb944aa283a55411ec5a7c6f549b
parent 435d9292
......@@ -17,6 +17,8 @@
#include <folly/futures/Barrier.h>
#include <folly/lang/Exception.h>
#include <glog/logging.h>
namespace folly {
namespace futures {
......
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