diff options
Diffstat (limited to 'src/cpp/common/create_auth_context.h')
-rw-r--r-- | src/cpp/common/create_auth_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/common/create_auth_context.h b/src/cpp/common/create_auth_context.h index b4962bae4e..4f3da397ba 100644 --- a/src/cpp/common/create_auth_context.h +++ b/src/cpp/common/create_auth_context.h @@ -33,7 +33,7 @@ #include <memory> #include <grpc/grpc.h> -#include <grpc++/support/auth_context.h> +#include <grpc++/security/auth_context.h> namespace grpc { |