-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix gcc-13 compile errors #377
Conversation
6681491
to
f8c50fb
Compare
Fixes compile errors with gcc/++-13 when running `bazel build --config linux`. Refer to [Header dependency changes](https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes) for more information.
f8c50fb
to
3e6b156
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes compile errors with gcc/++-13 when running
bazel build --config linux
.Refer to Header dependency changes for more information.