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

Fix a compilation error on Arch Linux #12

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

apocalyptech
Copy link
Contributor

This fixes #11 -- not sure what exactly is the difference between Ubuntu's toolchain and Arch's current chain, but clearly there's some subtle difference which requires this. Otherwise the compilation errors out about not understanding uint32_t.

This fixes #11 -- not sure what exactly is the difference between
Ubuntu's toolchain and Arch's current chain, but clearly there's
some subtle difference which requires this.  Otherwise the
compilation errors out about not understanding `uint32_t`.
@Redcrafter Redcrafter merged commit f487a7a into Redcrafter:main Jul 3, 2024
3 checks passed
@apocalyptech apocalyptech deleted the archlinux-compilation branch July 3, 2024 23:11
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 on Linux without #include <cstdint>
2 participants