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

QUANTAnet_rbudpSender_c.cpp missing <cstdint> include. #7729

Open
SwooshyCueb opened this issue May 3, 2024 · 0 comments
Open

QUANTAnet_rbudpSender_c.cpp missing <cstdint> include. #7729

SwooshyCueb opened this issue May 3, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@SwooshyCueb
Copy link
Member

QUANTAnet_rbudpSender_c.cpp references uintmax_t but does not #include <cstdint>. This results in a compilation error when compiling against libstdc+++ 13.

fprintf( stderr, "file of size %ju is too large for a long long.\n", ( uintmax_t )lseek_return );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant