osrm-backend/include/osrm/bearing.hpp
2016-03-17 22:57:41 +01:00

12 lines
134 B
C++

#ifndef OSRM_BEARING_HPP
#define OSRM_BEARING_HPP
#include "engine/bearing.hpp"
namespace osrm
{
using engine::Bearing;
}
#endif