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