osrm-backend/include/osrm/status.hpp
2016-03-18 17:32:58 +01:00

12 lines
132 B
C++

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