This is an automated email from the ASF dual-hosted git repository.
guangmingchen 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 3d8c0f2e add #include <memory> in brpc/details/http_message.h for
compilation in CentOS8 (#2474)
3d8c0f2e is described below
commit 3d8c0f2e324844c428f3f0ffcc2afb164401b831
Author: binarycopycode <[email protected]>
AuthorDate: Fri Dec 22 10:11:31 2023 +0800
add #include <memory> in brpc/details/http_message.h for compilation in
CentOS8 (#2474)
---
src/brpc/details/http_message.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/brpc/details/http_message.h b/src/brpc/details/http_message.h
index dc999cfa..97b37132 100644
--- a/src/brpc/details/http_message.h
+++ b/src/brpc/details/http_message.h
@@ -19,6 +19,7 @@
#ifndef BRPC_HTTP_MESSAGE_H
#define BRPC_HTTP_MESSAGE_H
+#include <memory>
#include <string> // std::string
#include "butil/macros.h"
#include "butil/iobuf.h" // butil::IOBuf
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]