Add missing header inclusions. (#26424)

pull/26429/head
Thomas Köppe 4 years ago committed by GitHub
parent 57dd2eb02e
commit 57c1c91525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/cpp/client/create_channel_internal.cc
  2. 2
      src/cpp/client/create_channel_internal.h

@ -17,9 +17,14 @@
*/
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <grpcpp/channel.h>
#include "src/cpp/client/create_channel_internal.h"
struct grpc_channel;
namespace grpc {

@ -20,6 +20,8 @@
#define GRPC_INTERNAL_CPP_CLIENT_CREATE_CHANNEL_INTERNAL_H
#include <memory>
#include <string>
#include <vector>
#include <grpcpp/channel.h>
#include <grpcpp/impl/codegen/client_interceptor.h>

Loading…
Cancel
Save