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 d39a490d add required headers to fix unittest compilation (#2787)
d39a490d is described below
commit d39a490d9a3ee7019c5f71e736648709fe194b39
Author: Xiaofeng Wang <[email protected]>
AuthorDate: Wed Oct 16 10:02:35 2024 +0800
add required headers to fix unittest compilation (#2787)
---
test/brpc_alpn_protocol_unittest.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/test/brpc_alpn_protocol_unittest.cpp
b/test/brpc_alpn_protocol_unittest.cpp
index 3040355a..7970db9a 100644
--- a/test/brpc_alpn_protocol_unittest.cpp
+++ b/test/brpc_alpn_protocol_unittest.cpp
@@ -21,11 +21,12 @@
#include "gtest/gtest.h"
#include "gflags/gflags.h"
-#include "echo.pb.h"
#include "brpc/channel.h"
+#include "brpc/details/ssl_helper.h"
#include "brpc/server.h"
-#include "butil/fd_guard.h"
#include "butil/endpoint.h"
+#include "butil/fd_guard.h"
+#include "echo.pb.h"
DEFINE_string(listen_addr, "0.0.0.0:8011", "Server listen address.");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]