parse_util: include cstdint to fix compilation under GCC 13 by malt3 · Pull Request #114 · DataDog/dd-trace-cpp
Navigation Menu
{{ message }}
DataDog / dd-trace-cpp Public
- Notifications You must be signed in to change notification settings
- Fork 16
Merged
parse_util: include cstdint to fix compilation under GCC 13#114
dmehala merged 1 commit intoDataDog:mainfrom
malt3:fix/parse_util_cstdint
parse_util: include cstdint to fix compilation under GCC 13#114
dmehala merged 1 commit intoDataDog:mainfrom
malt3:fix/parse_util_cstdint
Conversation
Copy link Copy Markdown
Contributor
malt3
commented
Apr 22, 2024
malt3
commented
Since GCC 13, std::uint64_t and friends require an explicit include of <cstdint>.
See also https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes
Since GCC 13, std::uint64_t and friends require an explicit include of `<cstdint>`. See also https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
dmehala approved these changes Apr 22, 2024
Copy link Copy Markdown
Collaborator
dmehala
left a comment
dmehala
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
dmehala
merged commit
3a8e1e9
into
DataDog:main
malt3
deleted the
fix/parse_util_cstdint
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment