aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/util/byte_buffer_cc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/util/byte_buffer_cc.cc')
-rw-r--r--src/cpp/util/byte_buffer_cc.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpp/util/byte_buffer_cc.cc b/src/cpp/util/byte_buffer_cc.cc
index d976b69440..8700f96d8d 100644
--- a/src/cpp/util/byte_buffer_cc.cc
+++ b/src/cpp/util/byte_buffer_cc.cc
@@ -23,6 +23,8 @@
namespace grpc {
+static internal::GrpcLibraryInitializer g_gli_initializer;
+
Status ByteBuffer::Dump(std::vector<Slice>* slices) const {
slices->clear();
if (!buffer_) {