Skip to content

Commit

Permalink
fix: Missing includes for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkard committed Feb 7, 2025
1 parent 9384cca commit 5f3a645
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/extractor/intersection/intersection_edge.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "util/typedefs.hpp"

#include <tuple>
#include <vector>

namespace osrm::extractor::intersection
Expand Down
1 change: 1 addition & 0 deletions include/util/debug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "util/node_based_graph.hpp"
#include "util/typedefs.hpp"

#include <bitset>
#include <iomanip>
#include <ostream>
#include <vector>
Expand Down
2 changes: 2 additions & 0 deletions include/util/timed_histogram.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include "util/integer_range.hpp"

#include <boost/assert.hpp>

#include <algorithm>
#include <atomic>
#include <mutex>
Expand Down

0 comments on commit 5f3a645

Please sign in to comment.