Explorar el Código

Add array header for complaining compiler

Yash Tibrewal hace 7 años
padre
commit
ded9434e4c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/grpcpp/impl/codegen/interceptor_common.h

+ 1 - 0
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>