Commit 2bb804ca authored by Michael Lee's avatar Michael Lee Committed by Facebook Github Bot 4

experimental/observer/detail/ObserverManager.cpp missing gflags

Summary: Fix the build due to a missing gflags header

Reviewed By: yfeldblum

Differential Revision: D3905525

fbshipit-source-id: cc09189196a04741162c2d1561545d3fec417e5e
parent 60d9f847
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <folly/MPMCQueue.h> #include <folly/MPMCQueue.h>
#include <folly/Singleton.h> #include <folly/Singleton.h>
#include <folly/portability/GFlags.h>
namespace folly { namespace folly {
namespace observer_detail { namespace observer_detail {
......
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