aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-09 10:49:38 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-09 10:49:38 -0800
commitdf2c957eee7f5906dcbb174bee2ae4652c268d3b (patch)
tree04f7603adca4dcaaf1143c02326a43fbbb76c0b8 /include/grpc++
parent7f78d71b8dfe1b9433b733d2aec5e26a63c5341b (diff)
Fix compile error
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/call.h1
-rw-r--r--include/grpc++/config.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/include/grpc++/call.h b/include/grpc++/call.h
index fe9175625d..8d9412c9b6 100644
--- a/include/grpc++/call.h
+++ b/include/grpc++/call.h
@@ -38,6 +38,7 @@
#include <grpc++/completion_queue.h>
#include <memory>
+#include <vector>
namespace google {
namespace protobuf {
diff --git a/include/grpc++/config.h b/include/grpc++/config.h
index 52913fbf0f..1b4b463d35 100644
--- a/include/grpc++/config.h
+++ b/include/grpc++/config.h
@@ -39,6 +39,7 @@
namespace grpc {
typedef std::string string;
-}
+
+} // namespace grpc
#endif // __GRPCPP_CONFIG_H__