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

yiguolei pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new e1574ed9f1e [compile](gcc) fix gcc compile error #26863
e1574ed9f1e is described below

commit e1574ed9f1e846f1ff9ae2c4b4a7fe5f6cfc8ed9
Author: shuke <37901441+shuke...@users.noreply.github.com>
AuthorDate: Mon Nov 13 13:09:06 2023 +0800

    [compile](gcc) fix gcc compile error #26863
---
 be/src/util/thrift_server.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/util/thrift_server.cpp b/be/src/util/thrift_server.cpp
index e4367db7c81..3bd25ab61f3 100644
--- a/be/src/util/thrift_server.cpp
+++ b/be/src/util/thrift_server.cpp
@@ -38,6 +38,7 @@
 #include <sstream>
 #include <thread>
 
+#include "common/config.h"
 #include "service/backend_options.h"
 #include "util/doris_metrics.h"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to