diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-01-07 10:46:19 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-01-07 13:45:09 +0000 |
| commit | 396995f006e93374d9f9f8ad1965374f30eb0b9c (patch) | |
| tree | fababfb20d5c7cee9898a523dd14ca8f1b4fd7d4 /pkgs/development/python-modules/rangehttpserver | |
| parent | 88f163d66217005b123381654e5e85a26cdb7a7c (diff) | |
valhalla: upstream fix for `gcc-13` build
Without the change `valhalla` build fails on `staging-next` as
https://hydra.nixos.org/build/245511803:
/build/source/src/baldr/transitdeparture.cc: In constructor 'valhalla::baldr::TransitDeparture::TransitDeparture(uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, bool, bool)':
/build/source/src/baldr/transitdeparture.cc:24:16: error: 'runtime_error' is not a member of 'std'
24 | throw std::runtime_error("TransitDeparture: Exceeded maximum transit line Ids per tile");
| ^~~~~~~~~~~~~
/build/source/src/baldr/transitdeparture.cc:3:1: note: 'std::runtime_error' is defined in header '<stdexcept>'; did you forget to '#include <stdexcept>'?
2 | #include "midgard/logging.h"
+++ |+#include <stdexcept>
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
