Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 22, 2024
1 parent 37fdfb9 commit e49affb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/core/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ TEST_UTILS_THAT_USE_GRPC_H_HEADERS = [

grpc_cc_library(
name = "proto_bit_gen",
external_deps = ["absl/types:variant"],
language = "c++",
public_hdrs = ["proto_bit_gen.h"],
deps = ["//:gpr_platform"],
Expand Down
2 changes: 2 additions & 0 deletions test/core/util/proto_bit_gen.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <random>
#include <vector>

#include "absl/types/variant.h"

namespace grpc_core {

// Set of random numbers from a proto file (or other container) forming a bit
Expand Down

0 comments on commit e49affb

Please sign in to comment.