[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT

pull/36517/head
tanvi-jagtap 9 months ago
parent 04918e51a0
commit 4c886dafff
  1. 2
      test/cpp/util/proto_reflection_descriptor_database.cc

@ -22,6 +22,8 @@
#include "absl/log/log.h"
#include "src/core/lib/gprpp/crash.h"
using grpc::reflection::v1alpha::ErrorResponse;
using grpc::reflection::v1alpha::ListServiceResponse;
using grpc::reflection::v1alpha::ServerReflection;

Loading…
Cancel
Save