diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-12 17:13:43 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-12 17:13:43 -0700 |
commit | 788a25365d022d9797de444799c57842a6fa0603 (patch) | |
tree | 84444ca1d569f760eae1ef191281ecaa298e29a3 /include | |
parent | abf7d7550b294f8283a4d9c960fa6c78c5a9be49 (diff) |
Fix dependencies
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc++/impl/codegen/create_auth_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/impl/codegen/create_auth_context.h b/include/grpc++/impl/codegen/create_auth_context.h index 662b300299..a386a368cd 100644 --- a/include/grpc++/impl/codegen/create_auth_context.h +++ b/include/grpc++/impl/codegen/create_auth_context.h @@ -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 { |