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