Merge pull request #19132 from karthikravis/core_codegen_fix

IWYU in core_codegen_interface
pull/19137/head
Karthik Ravi Shankar 6 years ago committed by GitHub
commit f4ce5fc251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      include/grpcpp/impl/codegen/core_codegen_interface.h

@ -19,6 +19,7 @@
#ifndef GRPCPP_IMPL_CODEGEN_CORE_CODEGEN_INTERFACE_H
#define GRPCPP_IMPL_CODEGEN_CORE_CODEGEN_INTERFACE_H
#include <grpc/impl/codegen/byte_buffer.h>
#include <grpc/impl/codegen/byte_buffer_reader.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/impl/codegen/sync.h>

Loading…
Cancel
Save