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

add cstdint header #572

Merged
merged 1 commit into from
Jul 15, 2024
Merged

add cstdint header #572

merged 1 commit into from
Jul 15, 2024

Conversation

PhilipDeegan
Copy link
Contributor

we're seeing a compile failure on fedora 40

I believe newer compilers have lowered the number of indirect included headers, which means it needs adding in client code more often

caliper/src/common/util/format_util.h:17:32: error: 'uint64_t' has not been declared
 write_uint64(std::ostream& os, uint64_t value)

@daboehme daboehme merged commit d7e6f15 into LLNL:master Jul 15, 2024
1 check passed
@PhilipDeegan PhilipDeegan deleted the cstdint-ing branch July 15, 2024 18: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.

None yet

2 participants