Skip to content

Commit

Permalink
Try fixing error: no member named 'int32_t' in namespace 'std' from O…
Browse files Browse the repository at this point in the history
…SRM include.
  • Loading branch information
jcoupey committed Oct 27, 2023
1 parent a3265a1 commit 90925dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routing/libosrm_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ All rights reserved (see LICENSE).
*/

#include <cstdint>

#include "osrm/coordinate.hpp"
#include "osrm/json_container.hpp"
#include "osrm/route_parameters.hpp"
Expand Down

0 comments on commit 90925dc

Please sign in to comment.