Skip to content
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

Explicitly include <cstdint> for gcc-15 #3407

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

hhoffstaette
Copy link
Contributor

Fixes: #3406

With this trivial fix bpftrace-0.21.2 builds with gcc-15.
The executabe also still works. 😄

Checklist
  • Language changes are updated in man/adoc/bpftrace.adoc
  • User-visible and non-trivial changes updated in CHANGELOG.md
  • The new behaviour is covered by tests

Copy link
Contributor

@jordalgo jordalgo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@jordalgo jordalgo merged commit 9996177 into bpftrace:master Aug 20, 2024
18 checks passed
@hhoffstaette hhoffstaette deleted the gcc-15 branch September 16, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation error with gcc-15: uint64_t has not been declared
3 participants