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

Include <cstdint> for uint32_t #660

Merged
merged 1 commit into from Jul 29, 2023
Merged

Conversation

umlaeute
Copy link
Contributor

gcc-13 is a bit more strict when it comes to missing includes, resulting in FTBFS.

afaict, the github actions run on Ubuntu 20.04, which uses some rather dated compiler (gcc-10.3.0)
https://github.com/monocasual/giada/actions/runs/5662005386/job/15341078194#step:4:342
which explains why it doesn't catch build errors with newer compilers.

gcc-13 is a bit more strict when it comes to missing includes
@gvnnz
Copy link
Contributor

gvnnz commented Jul 29, 2023

Thanks @umlaeute!

@gvnnz gvnnz merged commit 50b4255 into monocasual:master Jul 29, 2023
3 checks passed
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.

None yet

2 participants