osrm-backend/include/osrm/coordinate.hpp
2016-03-18 17:33:00 +01:00

12 lines
144 B
C++

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