From 566c7b2ae065f5c49e4ffefa49ed29fb27c21f97 Mon Sep 17 00:00:00 2001 From: Mikhail Gorbushin Date: Thu, 25 Apr 2019 21:41:31 +0300 Subject: [PATCH] [routing] Build fix --- editor/editor_tests/CMakeLists.txt | 1 + routing/edge_estimator.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/editor/editor_tests/CMakeLists.txt b/editor/editor_tests/CMakeLists.txt index dc31063839..cf489ba3fe 100644 --- a/editor/editor_tests/CMakeLists.txt +++ b/editor/editor_tests/CMakeLists.txt @@ -43,6 +43,7 @@ omim_link_libraries( icu protobuf oauthcpp + traffic ${LIBZ} ${Qt5Widgets_LIBRARIES} ) diff --git a/routing/edge_estimator.cpp b/routing/edge_estimator.cpp index f5f825246c..3c3d41e1a2 100644 --- a/routing/edge_estimator.cpp +++ b/routing/edge_estimator.cpp @@ -2,6 +2,7 @@ #include "routing/routing_helpers.hpp" +#include "traffic/speed_groups.hpp" #include "traffic/traffic_info.hpp" #include "indexer/feature_altitude.hpp"