Skip to content

Commit

Permalink
Add missing include in baldr/admin.h (valhalla#4766)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbwnkl committed Jun 14, 2024
1 parent 48b339b commit 950b4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
* FIXED: Fix for assigning attributes has_(highway, ferry, toll) if directions_type is none [#4465](https://github.com/valhalla/valhalla/issues/4465)
* FIXED: Have the `valhalla_add_predicted_speeds` summary always be created from `mjolnir.tile_dir` [#4722](https://github.com/valhalla/valhalla/pull/4722)
* FIXED: Fix inconsistency in graph.lua for motor_vehicle_node [#4723](https://github.com/valhalla/valhalla/issues/4723)
* FIXED: Missing algorithm include in `baldr/admin.h` [#4766](https://github.com/valhalla/valhalla/pull/4766)
* **Enhancement**
* UPDATED: French translations, thanks to @xlqian [#4159](https://github.com/valhalla/valhalla/pull/4159)
* CHANGED: -j flag for multithreaded executables to override mjolnir.concurrency [#4168](https://github.com/valhalla/valhalla/pull/4168)
Expand Down
1 change: 1 addition & 0 deletions src/baldr/admin.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "baldr/admin.h"
#include <algorithm>

namespace {

Expand Down

0 comments on commit 950b4c4

Please sign in to comment.