You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ww...@apache.org on 2022/11/15 05:14:52 UTC

[incubator-brpc] branch master updated: Include directly dependent header (#1993)

This is an automated email from the ASF dual-hosted git repository.

wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d902211 Include directly dependent header (#1993)
3d902211 is described below

commit 3d90221107000133c2d7f3ccc6372680fb6af27d
Author: 372046933 <37...@users.noreply.github.com>
AuthorDate: Tue Nov 15 13:14:46 2022 +0800

    Include directly dependent header (#1993)
---
 src/brpc/rdma/rdma_helper.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/brpc/rdma/rdma_helper.h b/src/brpc/rdma/rdma_helper.h
index 9d60a066..72acd524 100644
--- a/src/brpc/rdma/rdma_helper.h
+++ b/src/brpc/rdma/rdma_helper.h
@@ -21,6 +21,7 @@
 #if BRPC_WITH_RDMA
 
 #include <infiniband/verbs.h>
+#include <string>
 
 
 namespace brpc {


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org