Skip to content

Commit

Permalink
Add missing gflags header
Browse files Browse the repository at this point in the history
Summary: Add missing header and enable macos on CI.

Reviewed By: vitaut

Differential Revision: D68793163

fbshipit-source-id: 142e2d2e3c73871b7ae84d04365a64d6d7ce10ef
  • Loading branch information
yoney authored and facebook-github-bot committed Jan 29, 2025
1 parent ad57e3b commit f63e4f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include <thrift/lib/cpp/concurrency/Util.h>
#include <thrift/lib/cpp/test/loadgen/WeightedLoadConfig.h>

#include <gflags/gflags.h>

DEFINE_double(
thriftLatencyMonPct,
99,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#include <math.h>

#include <gflags/gflags.h>

DEFINE_int64(thriftLatencyBucketMax, 5000, "Maximum latency bucket in ms.");

namespace apache {
Expand Down

0 comments on commit f63e4f5

Please sign in to comment.