aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/test
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-12-09 12:36:39 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-12-09 12:36:39 -0800
commit9e90d22ab7e429f23f740ae56445910678642e75 (patch)
treea4cf10c614f5546497222c84d25af4fcbbf2e25a /test/cpp/test
parentb9a5e073731d819091da4a783191a6a220db3a67 (diff)
Fixes
Diffstat (limited to 'test/cpp/test')
-rw-r--r--test/cpp/test/server_context_test_spouse_test.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cpp/test/server_context_test_spouse_test.cc b/test/cpp/test/server_context_test_spouse_test.cc
index e0d6a2ff67..eb279e2401 100644
--- a/test/cpp/test/server_context_test_spouse_test.cc
+++ b/test/cpp/test/server_context_test_spouse_test.cc
@@ -36,11 +36,14 @@
#include <cstring>
#include <vector>
+#include <grpc++/impl/grpc_library.h>
#include <gtest/gtest.h>
namespace grpc {
namespace testing {
+static internal::GrpcLibraryInitializer g_initializer;
+
const char key1[] = "metadata-key1";
const char key2[] = "metadata-key2";
const char val1[] = "metadata-val1";