Skip to content

Commit

Permalink
Merge pull request #306 from cho-m/osm_tag-algorithm
Browse files Browse the repository at this point in the history
add missing include for std::transform
  • Loading branch information
cvvergara authored Oct 16, 2024
2 parents 8491929 + 4c744b0 commit 2e83649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osm_elements/osm_tag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@


#include "osm_elements/osm_tag.h"
#include <algorithm>
#include <string>

namespace osm2pgr {
Expand Down

0 comments on commit 2e83649

Please sign in to comment.