experimental/observer/detail/ObserverManager.cpp missing gflags
authorMichael Lee <mzlee@fb.com>
Thu, 22 Sep 2016 06:29:55 +0000 (23:29 -0700)
committerFacebook Github Bot 4 <facebook-github-bot-4-bot@fb.com>
Thu, 22 Sep 2016 06:38:31 +0000 (23:38 -0700)
Summary: Fix the build due to a missing gflags header

Reviewed By: yfeldblum

Differential Revision: D3905525

fbshipit-source-id: cc09189196a04741162c2d1561545d3fec417e5e

folly/experimental/observer/detail/ObserverManager.cpp

index 7cd3832c19cc43d41c131a90ab5f9469c8702100..12c7ca90325865b79047341ff8ca6e978ea2d758 100644 (file)
@@ -17,6 +17,7 @@
 
 #include <folly/MPMCQueue.h>
 #include <folly/Singleton.h>
+#include <folly/portability/GFlags.h>
 
 namespace folly {
 namespace observer_detail {