#include "engine/routing_algorithms/routing_base_ch.hpp" #include "engine/routing_algorithms/routing_base_mld.hpp" #include "engine/routing_algorithms/shortest_path_impl.hpp" namespace osrm { namespace engine { namespace routing_algorithms { template InternalRouteResult shortestPathSearch(SearchEngineData &engine_working_data, const DataFacade &facade, const std::vector &phantom_nodes_vector, const boost::optional continue_straight_at_waypoint); template InternalRouteResult shortestPathSearch(SearchEngineData &engine_working_data, const DataFacade &facade, const std::vector &phantom_nodes_vector, const boost::optional continue_straight_at_waypoint); } // namespace routing_algorithms } // namespace engine } // namespace osrm