Commit 347f4867 authored by supei's avatar supei Committed by Facebook Github Bot

include gflag explicitly

Summary:
fix #839
Closes https://github.com/facebook/folly/pull/846

Reviewed By: yfeldblum

Differential Revision: D7987128

Pulled By: Orvid

fbshipit-source-id: 626ed1724f3df5fecc83413574cfd72f1f0b1fa1
parent aeaa6cf9
......@@ -21,6 +21,7 @@
#include <folly/executors/task_queue/LifoSemMPMCQueue.h>
#include <folly/executors/thread_factory/NamedThreadFactory.h>
#include <folly/io/async/Request.h>
#include <folly/portability/GFlags.h>
#include <folly/synchronization/Baton.h>
#include <algorithm>
......
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