You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by da...@apache.org on 2022/07/14 14:34:39 UTC

[doris] branch dev-1.1.1 updated: fix compiler error (#10867)

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

dataroaring pushed a commit to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/dev-1.1.1 by this push:
     new 8ce288dd7b fix compiler error (#10867)
8ce288dd7b is described below

commit 8ce288dd7b1cdaf5646b6b2d3a5b22b6688819fb
Author: Yongqiang YANG <98...@users.noreply.github.com>
AuthorDate: Thu Jul 14 22:34:33 2022 +0800

    fix compiler error (#10867)
---
 be/src/exec/tablet_info.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/exec/tablet_info.cpp b/be/src/exec/tablet_info.cpp
index 13b9ff077f..fe9570babd 100644
--- a/be/src/exec/tablet_info.cpp
+++ b/be/src/exec/tablet_info.cpp
@@ -15,6 +15,7 @@
 // specific language governing permissions and limitations
 // under the License.
 
+#include "butil/fast_rand.h"
 #include "exec/tablet_info.h"
 
 #include "runtime/mem_pool.h"


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