2016-01-07 13:19:55 -05:00
|
|
|
#ifndef GLOBAL_COORDINATE_HPP
|
|
|
|
#define GLOBAL_COORDINATE_HPP
|
2015-01-27 07:17:18 -05:00
|
|
|
|
2016-01-07 13:19:55 -05:00
|
|
|
#include "util/coordinate.hpp"
|
2015-01-27 07:17:18 -05:00
|
|
|
|
2016-01-05 10:51:13 -05:00
|
|
|
namespace osrm
|
2015-01-27 07:17:18 -05:00
|
|
|
{
|
2016-02-23 15:23:13 -05:00
|
|
|
using util::Coordinate;
|
2016-01-05 10:51:13 -05:00
|
|
|
}
|
2015-01-27 07:17:18 -05:00
|
|
|
|
2016-01-07 13:19:55 -05:00
|
|
|
#endif
|