Skip to content

Fix missing <cstdint> include for SIZE_MAX#1

Open
VipinKum4r wants to merge 1 commit intoamoldhamale1105:masterfrom
VipinKum4r:fix-size-max-include
Open

Fix missing <cstdint> include for SIZE_MAX#1
VipinKum4r wants to merge 1 commit intoamoldhamale1105:masterfrom
VipinKum4r:fix-size-max-include

Conversation

@VipinKum4r
Copy link
Copy Markdown

GCC 13 fails to compile String.hpp because SIZE_MAX is used without including
the header that defines it.

Older compilers may have allowed this implicitly, but adding makes
the usage standards-compliant and fixes the build without changing behavior.

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.

1 participant