diff --git a/data_structures/restriction_map.cpp b/data_structures/restriction_map.cpp index 507df5ab6..3c13d738a 100644 --- a/data_structures/restriction_map.cpp +++ b/data_structures/restriction_map.cpp @@ -39,7 +39,7 @@ RestrictionMap::RestrictionMap(const std::vector &restriction_l RestrictionSource restriction_source = {restriction.from.node, restriction.via.node}; - unsigned index; + std::size_t index; auto restriction_iter = m_restriction_map.find(restriction_source); if (restriction_iter == m_restriction_map.end()) {