From ded9434e4c23e6be69feeda9ca05b31bceb5e5f9 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal <yashkt@google.com> Date: Thu, 1 Nov 2018 18:36:40 -0700 Subject: [PATCH] Add array header for complaining compiler --- include/grpcpp/impl/codegen/interceptor_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/grpcpp/impl/codegen/interceptor_common.h b/include/grpcpp/impl/codegen/interceptor_common.h index 957d4f5ee7d..d0aa23cb0a0 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>