Procházet zdrojové kódy

Merge pull request #23021 from Dlougach/patch-1

Include <memory> for std::unique_ptr
Yash Tibrewal před 5 roky
rodič
revize
62e4d25534
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      include/grpcpp/impl/codegen/interceptor.h

+ 2 - 0
include/grpcpp/impl/codegen/interceptor.h

@@ -19,6 +19,8 @@
 #ifndef GRPCPP_IMPL_CODEGEN_INTERCEPTOR_H
 #define GRPCPP_IMPL_CODEGEN_INTERCEPTOR_H
 
+#include <memory>
+
 #include <grpc/impl/codegen/grpc_types.h>
 #include <grpcpp/impl/codegen/byte_buffer.h>
 #include <grpcpp/impl/codegen/config.h>