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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8aa61eb8f4 [fix](compile) Add missing inclusion (#19199)
8aa61eb8f4 is described below

commit 8aa61eb8f40dbfcd262bd43acb4f2645ccd95354
Author: yuxuan-luo <119841515+yuxuan-...@users.noreply.github.com>
AuthorDate: Fri May 5 20:32:32 2023 +0800

    [fix](compile) Add missing inclusion (#19199)
    
    Co-authored-by: hugoluo <hugo...@tencent.com>
---
 be/src/io/cache/block/block_file_cache_settings.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/be/src/io/cache/block/block_file_cache_settings.h 
b/be/src/io/cache/block/block_file_cache_settings.h
index d1b40ff72e..6fd1baeba6 100644
--- a/be/src/io/cache/block/block_file_cache_settings.h
+++ b/be/src/io/cache/block/block_file_cache_settings.h
@@ -20,6 +20,8 @@
 
 #pragma once
 
+#include <array>
+
 #include "io/cache/block/block_file_cache_fwd.h"
 
 namespace doris {


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

Reply via email to