aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-16 09:25:23 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-16 09:25:23 -0800
commitbe42e1cb6a0c8d83e968a0dfbaff82dcd3813574 (patch)
tree04cc292b87f27f9ba4dbbaaed25ce4dd956f62ec
parent4f60fbf104b88f0213e9f5c98c632b9f56dece43 (diff)
Fix missing header
-rw-r--r--test/cpp/microbenchmarks/bm_call_create.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/microbenchmarks/bm_call_create.cc b/test/cpp/microbenchmarks/bm_call_create.cc
index b70bebabfd..bb77f2151a 100644
--- a/test/cpp/microbenchmarks/bm_call_create.cc
+++ b/test/cpp/microbenchmarks/bm_call_create.cc
@@ -34,6 +34,7 @@
/* This benchmark exists to ensure that the benchmark integration is
* working */
+#include <string.h>
#include <sstream>
#include <grpc++/support/channel_arguments.h>