This is an automated email from the ASF dual-hosted git repository. hellostephen 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 69372aded62 [fix](Compile) Use correct sync point header file (#37548) 69372aded62 is described below commit 69372aded6254468151ef6a96f4816557e515532 Author: AlexYue <yj976240...@gmail.com> AuthorDate: Tue Jul 9 21:18:20 2024 +0800 [fix](Compile) Use correct sync point header file (#37548) fix compilation error introduced by #37165 and #37318 --- be/src/olap/olap_server.cpp | 2 +- be/test/olap/compaction_task_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/be/src/olap/olap_server.cpp b/be/src/olap/olap_server.cpp index 07acf77eed9..9cd15ff334b 100644 --- a/be/src/olap/olap_server.cpp +++ b/be/src/olap/olap_server.cpp @@ -44,7 +44,7 @@ #include "common/config.h" #include "common/logging.h" #include "common/status.h" -#include "common/sync_point.h" +#include "cpp/sync_point.h" #include "gen_cpp/BackendService.h" #include "gen_cpp/FrontendService.h" #include "gen_cpp/Types_constants.h" diff --git a/be/test/olap/compaction_task_test.cpp b/be/test/olap/compaction_task_test.cpp index 1bb92af982b..3e12f1ddfc0 100644 --- a/be/test/olap/compaction_task_test.cpp +++ b/be/test/olap/compaction_task_test.cpp @@ -25,7 +25,7 @@ #include <memory> #include "common/status.h" -#include "common/sync_point.h" +#include "cpp/sync_point.h" #include "gtest/gtest_pred_impl.h" #include "io/fs/local_file_system.h" #include "olap/cumulative_compaction_policy.h" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org