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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]