aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-11-01 18:36:40 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-11-01 18:36:40 -0700
commitded9434e4c23e6be69feeda9ca05b31bceb5e5f9 (patch)
treeaa3970a0401ba9f35d1744c8af156f8515414d97 /include
parent382fe4b4753e3cda6439b0a8febcd94807cd68c7 (diff)
Add array header for complaining compiler
Diffstat (limited to 'include')
-rw-r--r--include/grpcpp/impl/codegen/interceptor_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpcpp/impl/codegen/interceptor_common.h b/include/grpcpp/impl/codegen/interceptor_common.h
index 957d4f5ee7..d0aa23cb0a 100644
--- a/include/grpcpp/impl/codegen/interceptor_common.h
+++ b/include/grpcpp/impl/codegen/interceptor_common.h
@@ -19,6 +19,7 @@
#ifndef GRPCPP_IMPL_CODEGEN_INTERCEPTOR_COMMON_H
#define GRPCPP_IMPL_CODEGEN_INTERCEPTOR_COMMON_H
+#include <array>
#include <functional>
#include <grpcpp/impl/codegen/call.h>