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

Fix build with GCC 13 #6632

Merged
merged 1 commit into from
May 31, 2023
Merged

Conversation

lliehu
Copy link
Contributor

@lliehu lliehu commented May 27, 2023

Issue

Building with GCC 13 failed because for example std::int32_t was not found. Porting guide suggested to add explicit includes for <cstdint> if necessary, so did just that.

(Link to issue will appear here soon.)

Tasklist

Requirements / Relations

None

Building with GCC 13 failed because for example std::int32_t
was not found. Porting guide [1] suggested to add explicit includes
for <cstdint> if necessary, so did just that.

[1]: https://gcc.gnu.org/gcc-13/porting_to.html
@SiarheiFedartsou SiarheiFedartsou merged commit af59a9c into Project-OSRM:master May 31, 2023
20 checks passed
@lliehu lliehu deleted the gcc-13-build-fix branch June 24, 2023 13:06
mattwigway pushed a commit to mattwigway/osrm-backend that referenced this pull request Jul 20, 2023
Building with GCC 13 failed because for example std::int32_t
was not found. Porting guide [1] suggested to add explicit includes
for <cstdint> if necessary, so did just that.

[1]: https://gcc.gnu.org/gcc-13/porting_to.html
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