acelyc111 commented on a change in pull request #4106: URL: https://github.com/apache/incubator-doris/pull/4106#discussion_r455901517
########## File path: be/src/util/thread.h ########## @@ -18,27 +18,25 @@ #ifndef DORIS_BE_SRC_UTIL_THREAD_H #define DORIS_BE_SRC_UTIL_THREAD_H -#include <atomic> #include <pthread.h> #include <syscall.h> +#include <atomic> + #include "common/status.h" #include "gutil/ref_counted.h" +#include "http/web_page_handler.h" Review comment: Forward declare ‘ WebPageHandler’ and move this include to cpp ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org