#ifndef GLOBAL_MATCH_PARAMETERS_HPP
#define GLOBAL_MATCH_PARAMETERS_HPP

#include "engine/api/match_parameters.hpp"

namespace osrm
{
    using engine::api::MatchParameters;
}

#endif