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

In src/futils.cpp Added #include <cstdint> #2968

Merged
merged 1 commit into from
May 16, 2024
Merged

In src/futils.cpp Added #include <cstdint> #2968

merged 1 commit into from
May 16, 2024

Conversation

bertwim
Copy link
Contributor

@bertwim bertwim commented May 16, 2024

Added the standard include file containing the declarations of fied width integer type, uint8_t etc.

@kmilos
Copy link
Collaborator

kmilos commented May 16, 2024

Is this now required because of GCC 14 header refactoring?

@bertwim
Copy link
Contributor Author

bertwim commented May 16, 2024 via email

@kmilos
Copy link
Collaborator

kmilos commented May 16, 2024

Strange, because our CI runs GCC 13 and Clang 18 already w/o problems, see e.g. these jobs. What system is this?

@bertwim
Copy link
Contributor Author

bertwim commented May 16, 2024 via email

@kmilos
Copy link
Collaborator

kmilos commented May 16, 2024

But don't you think the should be included anyway, as in the same file contents from it is being used? I would call that good practice.

Sure.

@kmilos kmilos merged commit b5e9e90 into Exiv2:main May 16, 2024
57 of 58 checks passed
@kmilos
Copy link
Collaborator

kmilos commented May 16, 2024

@mergify backport 0.28.x

Copy link
Contributor

mergify bot commented May 16, 2024

backport 0.28.x

✅ Backports have been created

@kmilos kmilos added the compilers Related with compiler options, definitions, support, etc. label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compilers Related with compiler options, definitions, support, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants