Skip to content

Commit 2e83649

Browse files
authored
Merge pull request #306 from cho-m/osm_tag-algorithm
add missing include for std::transform
2 parents 8491929 + 4c744b0 commit 2e83649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/osm_elements/osm_tag.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121

2222
#include "osm_elements/osm_tag.h"
23+
#include <algorithm>
2324
#include <string>
2425

2526
namespace osm2pgr {

0 commit comments

Comments
 (0)