#ifndef OSRM_STATUS_HPP
#define OSRM_STATUS_HPP
#include "engine/status.hpp"
namespace osrm
{
using engine::Status;
}
#endif