aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/cpp/common/auth_property_iterator_test.cc4
-rw-r--r--test/cpp/common/secure_auth_context_test.cc4
2 files changed, 8 insertions, 0 deletions
diff --git a/test/cpp/common/auth_property_iterator_test.cc b/test/cpp/common/auth_property_iterator_test.cc
index 6443e2fd85..74b18ced0d 100644
--- a/test/cpp/common/auth_property_iterator_test.cc
+++ b/test/cpp/common/auth_property_iterator_test.cc
@@ -36,6 +36,10 @@
#include <gtest/gtest.h>
#include "src/cpp/common/secure_auth_context.h"
+extern "C" {
+#include "src/core/security/security_context.h"
+}
+
namespace grpc {
namespace {
diff --git a/test/cpp/common/secure_auth_context_test.cc b/test/cpp/common/secure_auth_context_test.cc
index bdc5cf73bb..075d4ce8c9 100644
--- a/test/cpp/common/secure_auth_context_test.cc
+++ b/test/cpp/common/secure_auth_context_test.cc
@@ -36,6 +36,10 @@
#include <gtest/gtest.h>
#include "src/cpp/common/secure_auth_context.h"
+extern "C" {
+#include "src/core/security/security_context.h"
+}
+
namespace grpc {
namespace {