Merge pull request #5171 from dgquintas/moar_codegen

Added missing codegen includes
pull/5173/head
Vijay Pai 9 years ago
commit 852acc7dee
  1. 1
      include/grpc++/impl/codegen/rpc_service_method.h
  2. 1
      include/grpc++/impl/codegen/server_interface.h

@ -40,6 +40,7 @@
#include <memory>
#include <vector>
#include <grpc/impl/codegen/byte_buffer.h>
#include <grpc++/impl/codegen/config.h>
#include <grpc++/impl/codegen/rpc_method.h>
#include <grpc++/impl/codegen/status.h>

@ -34,6 +34,7 @@
#ifndef GRPCXX_IMPL_CODEGEN_SERVER_INTERFACE_H
#define GRPCXX_IMPL_CODEGEN_SERVER_INTERFACE_H
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc++/impl/codegen/call_hook.h>
#include <grpc++/impl/codegen/completion_queue_tag.h>
#include <grpc++/impl/codegen/rpc_service_method.h>

Loading…
Cancel
Save