aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common/auth_property_iterator_test.cc
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-08-05 21:40:49 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-08-05 21:40:49 -0700
commit54b5018dd889cbc5059ff77ba083ff7020c63a9b (patch)
treecf9d0a6a432112b9b84cbd96364bae0d4a3625be /test/cpp/common/auth_property_iterator_test.cc
parentd3368e419253b5dc82662740031723f1909a97ba (diff)
Fixing cpp tests.
Diffstat (limited to 'test/cpp/common/auth_property_iterator_test.cc')
-rw-r--r--test/cpp/common/auth_property_iterator_test.cc4
1 files changed, 4 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 {