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/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 44447a55 Fix compilation errors reported by GCC-13 (#2241)
44447a55 is described below

commit 44447a551cae03e75e15cdf8d450be37582468c3
Author: Adonis Ling <[email protected]>
AuthorDate: Thu May 11 13:37:45 2023 +0800

    Fix compilation errors reported by GCC-13 (#2241)
---
 src/brpc/http2.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/brpc/http2.h b/src/brpc/http2.h
index 9a40d40d..69d30874 100644
--- a/src/brpc/http2.h
+++ b/src/brpc/http2.h
@@ -18,6 +18,7 @@
 #ifndef BAIDU_RPC_HTTP2_H
 #define BAIDU_RPC_HTTP2_H
 
+#include <cstdint>
 #include "brpc/http_status_code.h"
 
 // To baidu-rpc developers: This is a header included by user, don't depend


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to