aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/channel.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-10-26 15:15:48 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-10-26 15:15:48 -0700
commitc2e3fde9b5a9c50a7d18480d0290e4d27f86d298 (patch)
treed87ba4972c85fa414ad2af92c522ca3ae300ecb9 /include/grpcpp/channel.h
parentcc21d32c7797348c6be815357f8f97ac306fdd19 (diff)
Rename call.h to call_op_set.h and call_wrapper.h to call.h
Diffstat (limited to 'include/grpcpp/channel.h')
-rw-r--r--include/grpcpp/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpcpp/channel.h b/include/grpcpp/channel.h
index 624000b75f..14209b85ee 100644
--- a/include/grpcpp/channel.h
+++ b/include/grpcpp/channel.h
@@ -20,6 +20,7 @@
#define GRPCPP_CHANNEL_H
#include <memory>
+#include <mutex>
#include <grpc/grpc.h>
#include <grpcpp/impl/call.h>