icexin commented on code in PR #3111:
URL: https://github.com/apache/brpc/pull/3111#discussion_r2404849413
##########
src/bthread/task_tracer.cpp:
##########
@@ -23,8 +23,8 @@
#include "butil/fd_utility.h"
#include "butil/memory/scope_guard.h"
#include "butil/reloadable_flags.h"
-#include <absl/debugging/stacktrace.h>
-#include <absl/debugging/symbolize.h>
+#include "absl/debugging/stacktrace.h"
+#include "absl/debugging/symbolize.h"
Review Comment:
可以看一下 issue #3110 的编译错误信息,bazel对`<>`式的引用有报错
``` bash
src/bthread/task_tracer.cpp:26:10: error: 'absl/debugging/stacktrace.h' file
not found with <angled> include; use "quotes" instead
#include <absl/debugging/stacktrace.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"absl/debugging/stacktrace.h"
src/bthread/task_tracer.cpp:27:10: error: 'absl/debugging/symbolize.h' file
not found with <angled> include; use "quotes" instead
#include <absl/debugging/symbolize.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
"absl/debugging/symbolize.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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]