Skip to content

Conversation

@williamspatrick
Copy link
Contributor

The previous code did not compile under GCC-13 because libstdcpp
headers have changed such that cstdint is not included implicitly.
Add cstdint include when uint64_t types are used.

Signed-off-by: Patrick Williams patrick@stwcx.xyz

The previous code did not compile under GCC-13 because libstdcpp
headers have changed such that cstdint is not included implicitly.
Add cstdint include when `uint64_t` types are used.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
facebook-github-bot pushed a commit to facebook/openbmc that referenced this pull request Jun 17, 2023
Summary:
The current code doesn't compile under GCC-13.  I've submitted a fix
upstream and applied it here:

    mrtazz/restclient-cpp#189

I've also done some minor clean up of the recipe.

Test Plan: Build is successful.

Reviewed By: jagpalgill

Differential Revision: D46811268

fbshipit-source-id: 810e134bf8dc20e09cfc7e678f1523f5b32e1d65
@mrtazz
Copy link
Owner

mrtazz commented Jan 9, 2024

thanks for taking the time to contribute!

@mrtazz mrtazz merged commit a8c98b4 into mrtazz:main Jan 9, 2024
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