Fix dependencies

pull/6147/head
Craig Tiller 9 years ago
parent abf7d7550b
commit 788a25365d
  1. 4
      include/grpc++/impl/codegen/create_auth_context.h
  2. 1
      test/core/iomgr/udp_server_test.c

@ -36,8 +36,8 @@
#include <memory>
#include <grpc++/security/auth_context.h>
#include <grpc/grpc.h>
#include <grpc++/impl/codegen/security/auth_context.h>
#include <grpc/impl/codegen/grpc_types.h>
namespace grpc {

@ -33,6 +33,7 @@
#include "src/core/lib/iomgr/udp_server.h"
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include <grpc/support/time.h>

Loading…
Cancel
Save