Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Gorbushin <m.gorbushin@corp.mail.ru>2019-04-25 21:35:48 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2019-05-06 14:05:29 +0300
commit75a1f075b6fc2ca496423d802b46e7cf1ac01716 (patch)
treeed7967d0a33c08b15a2d00c835cc43d9d8c1d8ea /routing
parentb18cd0a09b67993fae18aa9ddb4fc8aebd37fdf8 (diff)
[routing] Build fix
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_tests/CMakeLists.txt1
-rw-r--r--routing/routing_tests/applying_traffic_test.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/routing/routing_tests/CMakeLists.txt b/routing/routing_tests/CMakeLists.txt
index adf4e3cdf6..39a8e816ff 100644
--- a/routing/routing_tests/CMakeLists.txt
+++ b/routing/routing_tests/CMakeLists.txt
@@ -63,6 +63,7 @@ omim_link_libraries(
succinct
stats_client
icu
+ generator_tests_support
${LIBZ}
)
diff --git a/routing/routing_tests/applying_traffic_test.cpp b/routing/routing_tests/applying_traffic_test.cpp
index a6029203dc..1d2280eeaa 100644
--- a/routing/routing_tests/applying_traffic_test.cpp
+++ b/routing/routing_tests/applying_traffic_test.cpp
@@ -1,5 +1,7 @@
#include "testing/testing.hpp"
+#include "generator/generator_tests_support/routing_helpers.hpp"
+
#include "routing/fake_ending.hpp"
#include "routing/geometry.hpp"
#include "routing/index_graph.hpp"