Skip to content

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
@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
eliseier pushed a commit to wanderlog/osrm-backend that referenced this pull request Mar 25, 2025
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.

2 participants