aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-05 07:22:57 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-05 07:22:57 -0700
commit44290f1b6ff1fbe2b7b55bda69d5b7efee41516a (patch)
tree6af848d91fdffb4bf65ba0bcbbe4f31e13b9a7b2 /include
parentce40de58da69dc5fb1569d4dca934ef7eea4d3b1 (diff)
Add necessary include
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/impl/call.h2
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;