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 f912d4e392 [fix](compile) fix compile error #14103
f912d4e392 is described below

commit f912d4e392724e7cdab0a6a15521c705ed77069e
Author: camby <[email protected]>
AuthorDate: Wed Nov 9 14:10:06 2022 +0800

    [fix](compile) fix compile error #14103
    
    Co-authored-by: cambyzju <[email protected]>
---
 be/src/vec/exec/vmysql_scan_node.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/vec/exec/vmysql_scan_node.h 
b/be/src/vec/exec/vmysql_scan_node.h
index b3adf90b0d..aa364de900 100644
--- a/be/src/vec/exec/vmysql_scan_node.h
+++ b/be/src/vec/exec/vmysql_scan_node.h
@@ -21,6 +21,7 @@
 
 #include "exec/mysql_scanner.h"
 #include "exec/scan_node.h"
+#include "exec/text_converter.h"
 #include "runtime/descriptors.h"
 namespace doris {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to