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, limits to solve compilation erros on gcc 13 #708

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

toge
Copy link

@toge toge commented Aug 5, 2023

I met several compilation errors on gcc 13.
These semms to be caused by missing include files.
I created a PR to add the missing include files.

Please merge it if possible.

@commel
Copy link

commel commented Aug 10, 2023

I was attempting a pull request myself, until I saw that there was one already. With mine I also had to add

#include <limits>

to source/detail/number_format/number_formatter.cpp in line 27.

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