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

12 lines
144 B
C++

#ifndef GLOBAL_COORDINATE_HPP
#define GLOBAL_COORDINATE_HPP
#include "util/coordinate.hpp"
namespace osrm
{
using util::Coordinate;
}
#endif