Automated change: Fix sanity tests (#31941)

Co-authored-by: drfloob <drfloob@users.noreply.github.com>
pull/31946/head
github-actions[bot] 2 years ago committed by GitHub
parent bc7e155e55
commit 580569358f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/BUILD
  2. 2
      src/core/lib/event_engine/utils.cc
  3. 2
      src/core/lib/event_engine/utils.h

@ -1682,6 +1682,7 @@ grpc_cc_library(
name = "event_engine_utils",
srcs = ["lib/event_engine/utils.cc"],
hdrs = ["lib/event_engine/utils.h"],
external_deps = ["absl/strings"],
deps = [
"time",
"//:event_engine_base_hdrs",

@ -19,6 +19,8 @@
#include <algorithm>
#include "absl/strings/str_cat.h"
#include <grpc/event_engine/event_engine.h>
#include "src/core/lib/gprpp/time.h"

@ -16,6 +16,8 @@
#include <grpc/support/port_platform.h>
#include <stdint.h>
#include <string>
#include <grpc/event_engine/event_engine.h>

Loading…
Cancel
Save