diff options
author | Craig Tiller <ctiller@google.com> | 2017-02-16 09:25:23 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-02-16 09:25:23 -0800 |
commit | be42e1cb6a0c8d83e968a0dfbaff82dcd3813574 (patch) | |
tree | 04cc292b87f27f9ba4dbbaaed25ce4dd956f62ec /test/cpp | |
parent | 4f60fbf104b88f0213e9f5c98c632b9f56dece43 (diff) |
Fix missing header
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/microbenchmarks/bm_call_create.cc | 1 |
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> |