From 90e28c29aece70ae8cb931dbd5ef029c0f98fb20 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Fri, 28 Jun 2024 23:20:45 +0200 Subject: [PATCH] Update map_matching.cpp --- src/engine/routing_algorithms/map_matching.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/routing_algorithms/map_matching.cpp b/src/engine/routing_algorithms/map_matching.cpp index e8fb766f57..41f1f34058 100644 --- a/src/engine/routing_algorithms/map_matching.cpp +++ b/src/engine/routing_algorithms/map_matching.cpp @@ -1,6 +1,7 @@ #include "engine/routing_algorithms/map_matching.hpp" #include "engine/routing_algorithms/routing_base_ch.hpp" #include "engine/routing_algorithms/routing_base_mld.hpp" + #include "engine/map_matching/hidden_markov_model.hpp" #include "engine/map_matching/matching_confidence.hpp" #include "engine/map_matching/sub_matching.hpp"