We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b73b97 commit f97e18dCopy full SHA for f97e18d
include/extractor/way_restriction_map.hpp
@@ -1,7 +1,6 @@
1
#ifndef OSRM_EXTRACTOR_WAY_RESTRICTION_MAP_HPP_
2
#define OSRM_EXTRACTOR_WAY_RESTRICTION_MAP_HPP_
3
4
-
5
#include "extractor/restriction.hpp"
6
#include "extractor/restriction_graph.hpp"
7
#include "util/integer_range.hpp"
src/engine/hint.cpp
@@ -6,8 +6,8 @@
#include <algorithm>
8
#include <iterator>
9
-#include <unordered_set>
10
#include <tuple>
+#include <unordered_set>
11
12
namespace osrm
13
{
0 commit comments