2016-01-07 13:19:55 -05:00
|
|
|
#ifndef GLOBAL_JSON_CONTAINER_HPP
|
|
|
|
#define GLOBAL_JSON_CONTAINER_HPP
|
2016-02-12 18:23:33 -05:00
|
|
|
#include "util/json_container.hpp"
|
2015-02-18 04:46:40 -05:00
|
|
|
namespace osrm
|
|
|
|
{
|
2016-01-07 13:19:55 -05:00
|
|
|
namespace json = osrm::util::json;
|
2016-01-05 10:51:13 -05:00
|
|
|
}
|
2016-01-07 13:19:55 -05:00
|
|
|
#endif
|