Commit f044ae2a authored by Igor Sugak's avatar Igor Sugak Committed by Facebook Github Bot

add missing gflags/gflags.h

Summary: These files fail to build when a different version of glog is used. Notice that both cpp files use gflags but don't include its header.

Reviewed By: pixelb

Differential Revision: D18974446

fbshipit-source-id: 4cfaa6dc62c795f4fe7f6624f078cffe550ecfec
parent 3673c2eb
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
#include <spawn.h> #include <spawn.h>
#include <system_error> #include <system_error>
#include <gflags/gflags.h>
using namespace folly; using namespace folly;
using folly::experimental::EnvironmentState; using folly::experimental::EnvironmentState;
using folly::experimental::MalformedEnvironment; using folly::experimental::MalformedEnvironment;
......
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
#include <folly/gen/Base.h> #include <folly/gen/Base.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <gflags/gflags.h>
using namespace folly::gen; using namespace folly::gen;
using namespace folly; using namespace folly;
using std::make_tuple; using std::make_tuple;
......
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