Skip to content

include cstdint, limits to solve compilation erros on gcc 13#708

Open
toge wants to merge 2 commits intotfussell:masterfrom
toge:include-cstdint
Open

include cstdint, limits to solve compilation erros on gcc 13#708
toge wants to merge 2 commits intotfussell:masterfrom
toge:include-cstdint

Conversation

@toge
Copy link
Copy Markdown

@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
Copy Markdown

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.

2 participants