diff options
author | Craig Tiller <ctiller@google.com> | 2015-06-05 07:22:57 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-06-05 07:22:57 -0700 |
commit | 44290f1b6ff1fbe2b7b55bda69d5b7efee41516a (patch) | |
tree | 6af848d91fdffb4bf65ba0bcbbe4f31e13b9a7b2 | |
parent | ce40de58da69dc5fb1569d4dca934ef7eea4d3b1 (diff) |
Add necessary include
-rw-r--r-- | include/grpc++/impl/call.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc++/impl/call.h b/include/grpc++/impl/call.h index 88056470e3..7fccd95f8e 100644 --- a/include/grpc++/impl/call.h +++ b/include/grpc++/impl/call.h @@ -44,6 +44,8 @@ #include <memory> #include <map> +#include <string.h> + struct grpc_call; struct grpc_op; |