This is an automated email from the ASF dual-hosted git repository.
xiaofeng 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 d12d41c3 Add missing #include <cstdint> (#2800)
d12d41c3 is described below
commit d12d41c364f96c2d3a6a73e3090ff3ddced61824
Author: Menci <[email protected]>
AuthorDate: Wed Oct 30 14:23:22 2024 +0800
Add missing #include <cstdint> (#2800)
---
src/brpc/grpc.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/brpc/grpc.cpp b/src/brpc/grpc.cpp
index 0da3b89f..87f98c02 100644
--- a/src/brpc/grpc.cpp
+++ b/src/brpc/grpc.cpp
@@ -17,6 +17,7 @@
+#include <cstdint> // int64_t
#include <sstream> // std::stringstream
#include <iomanip> // std::setw
#include "brpc/grpc.h"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]