aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/secure_create_auth_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/common/secure_create_auth_context.cc')
-rw-r--r--src/cpp/common/secure_create_auth_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/common/secure_create_auth_context.cc b/src/cpp/common/secure_create_auth_context.cc
index 4b9e39ad3e..bc1387c8d7 100644
--- a/src/cpp/common/secure_create_auth_context.cc
+++ b/src/cpp/common/secure_create_auth_context.cc
@@ -17,9 +17,9 @@
*/
#include <memory>
-#include <grpc++/security/auth_context.h>
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
+#include <grpcpp/security/auth_context.h>
#include "src/cpp/common/secure_auth_context.h"
namespace grpc {