github-actions[bot] commented on code in PR #28756: URL: https://github.com/apache/doris/pull/28756#discussion_r1433033906
########## be/src/olap/wal_table.h: ########## @@ -15,15 +15,22 @@ // specific language governing permissions and limitations // under the License. #pragma once +#include <event2/bufferevent.h> Review Comment: warning: 'event2/bufferevent.h' file not found [clang-diagnostic-error] ```cpp #include <event2/bufferevent.h> ^ ``` -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org 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