osrm-backend/include/osrm/status.hpp
2016-04-05 22:58:32 +02:00

12 lines
128 B
C++

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