From fd174a433ac0980d10132c9ed6ca1f5178d70762 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 13 Jul 2024 18:50:00 +0200 Subject: [PATCH] Use std::ranges::subrange instead of boost::iterator_range --- include/extractor/class_data.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/extractor/class_data.hpp b/include/extractor/class_data.hpp index 27e88e8a4..83aa9669f 100644 --- a/include/extractor/class_data.hpp +++ b/include/extractor/class_data.hpp @@ -6,6 +6,7 @@ #include #include #include +#include #include namespace osrm::extractor