Skip to content

Commit

Permalink
SGR cli: command line options
Browse files Browse the repository at this point in the history
Summary: Program options: support for android

Reviewed By: asleep

Differential Revision: D47453084

fbshipit-source-id: 4593c6ff6dfe6ee2b4aa0cd848dccc77884e71ea
  • Loading branch information
Vitaly Berov authored and facebook-github-bot committed Jul 15, 2023
1 parent 1ef274f commit 223824e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions folly/experimental/ProgramOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
#include <boost/version.hpp>
#include <glog/logging.h>

#ifdef __ANDROID__
#include <gflags/gflags.h>
#endif

#include <folly/Conv.h>
#include <folly/Portability.h>
#include <folly/portability/GFlags.h>
Expand Down

0 comments on commit 223824e

Please sign in to comment.