You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/19 13:34:42 UTC

[doris] 16/36: [fix](build) Fix missing header files (#18740)

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

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

commit cd37185860a1d8378d6f5adbf9908b10c7724760
Author: yongjinhou <10...@users.noreply.github.com>
AuthorDate: Mon Apr 17 21:22:15 2023 +0800

    [fix](build) Fix missing header files (#18740)
---
 be/src/exec/data_sink.cpp | 1 +
 be/src/exec/exec_node.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/be/src/exec/data_sink.cpp b/be/src/exec/data_sink.cpp
index 197a353124..fd8406a355 100644
--- a/be/src/exec/data_sink.cpp
+++ b/be/src/exec/data_sink.cpp
@@ -34,6 +34,7 @@
 #include "vec/sink/vdata_stream_sender.h"
 #include "vec/sink/vjdbc_table_sink.h"
 #include "vec/sink/vmemory_scratch_sink.h"
+#include "vec/sink/vmysql_table_sink.h" // IWYU pragma: keep
 #include "vec/sink/vodbc_table_sink.h"
 #include "vec/sink/vresult_file_sink.h"
 #include "vec/sink/vresult_sink.h"
diff --git a/be/src/exec/exec_node.cpp b/be/src/exec/exec_node.cpp
index 6c3a011dc5..aced73a595 100644
--- a/be/src/exec/exec_node.cpp
+++ b/be/src/exec/exec_node.cpp
@@ -61,6 +61,7 @@
 #include "vec/exec/vdata_gen_scan_node.h"
 #include "vec/exec/vempty_set_node.h"
 #include "vec/exec/vexchange_node.h"
+#include "vec/exec/vmysql_scan_node.h" // IWYU pragma: keep
 #include "vec/exec/vrepeat_node.h"
 #include "vec/exec/vschema_scan_node.h"
 #include "vec/exec/vselect_node.h"


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