Skip to content

Commit

Permalink
Fix tests - backported changes need old namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
danpat committed Jan 19, 2017
1 parent 57bd2cd commit 54ab537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/engine/guidance_assembly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BOOST_AUTO_TEST_CASE(rfc4648_test_vectors)

BOOST_AUTO_TEST_CASE(trim_short_segments)
{
//using namespace osrm::extractor::guidance;
using namespace osrm::extractor::guidance;
using namespace osrm::engine::guidance;
using namespace osrm::engine;
using namespace osrm::util;
Expand Down

0 comments on commit 54ab537

Please sign in to comment.