aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-12 17:13:43 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-12 17:13:43 -0700
commit788a25365d022d9797de444799c57842a6fa0603 (patch)
tree84444ca1d569f760eae1ef191281ecaa298e29a3 /include/grpc++/impl
parentabf7d7550b294f8283a4d9c960fa6c78c5a9be49 (diff)
Fix dependencies
Diffstat (limited to 'include/grpc++/impl')
-rw-r--r--include/grpc++/impl/codegen/create_auth_context.h4
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 {