Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
The header file is falsely identified by the IDE as unused, however, it is neccessary for the osmium reader to support different input formats.
  • Loading branch information
aoles committed Apr 4, 2024
1 parent 4431bff commit 75d4c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osm-transform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <boost/regex.hpp>

#include <osmium/io/any_input.hpp>
#include <osmium/io/any_output.hpp>
#include <osmium/util/file.hpp>
#include <osmium/util/progress_bar.hpp>
Expand Down

0 comments on commit 75d4c33

Please sign in to comment.