osrm-backend/include
Lasse Liehu 448852e70e Fix build with GCC 13
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
2023-05-28 02:24:15 +03:00
..
contractor Fix formatting 2022-12-20 18:00:11 +01:00
customizer Fix formatting 2022-12-20 18:00:11 +01:00
engine Add support for a default_bearing_radius flag (#6575) 2023-03-24 16:49:33 +01:00
extractor print tracebacks and line numbers for Lua runtime errors (#6564) 2023-03-23 19:18:58 +01:00
guidance Fix formatting 2022-12-20 18:00:11 +01:00
nodejs Add support for a default_bearing_radius flag (#6575) 2023-03-24 16:49:33 +01:00
osrm Fix formatting 2022-12-20 18:00:11 +01:00
partitioner Fix formatting 2022-12-20 18:00:11 +01:00
server Fix boost header deprecation warning (#6515) 2023-01-21 08:47:05 +01:00
storage Fix formatting 2022-12-20 18:00:11 +01:00
updater Fix boost header deprecation warning (#6515) 2023-01-21 08:47:05 +01:00
util Fix build with GCC 13 2023-05-28 02:24:15 +03:00