Skip to content

Commit 5f3a645

Browse files
committed
fix: Missing includes for debian
1 parent 9384cca commit 5f3a645

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

include/extractor/intersection/intersection_edge.hpp

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

44
#include "util/typedefs.hpp"
55

6+
#include <tuple>
67
#include <vector>
78

89
namespace osrm::extractor::intersection

include/util/debug.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "util/node_based_graph.hpp"
1212
#include "util/typedefs.hpp"
1313

14+
#include <bitset>
1415
#include <iomanip>
1516
#include <ostream>
1617
#include <vector>

include/util/timed_histogram.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#include "util/integer_range.hpp"
55

6+
#include <boost/assert.hpp>
7+
68
#include <algorithm>
79
#include <atomic>
810
#include <mutex>

0 commit comments

Comments
 (0)