diff --git a/routing/base/astar_progress.hpp b/routing/base/astar_progress.hpp index 7a3533740f..c9d74a8815 100644 --- a/routing/base/astar_progress.hpp +++ b/routing/base/astar_progress.hpp @@ -1,6 +1,7 @@ #pragma once #include "geometry/point2d.hpp" + #include "indexer/mercator.hpp" namespace routing diff --git a/routing/routing_tests/astar_progress_test.cpp b/routing/routing_tests/astar_progress_test.cpp index 57f6bb230f..926fd96606 100644 --- a/routing/routing_tests/astar_progress_test.cpp +++ b/routing/routing_tests/astar_progress_test.cpp @@ -48,4 +48,4 @@ UNIT_TEST(BidirectedAStarProgressCheck) ASSERT_GREATER(result, 49.5, ()); ASSERT_LESS(result, 50.5, ()); } -} +} // namespace routing_test