osrm-backend/include/osrm/coordinate.hpp
2016-03-23 17:50:13 +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