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

9 lines
164 B
C++

#ifndef GLOBAL_JSON_CONTAINER_HPP
#define GLOBAL_JSON_CONTAINER_HPP
#include "util/json_container.hpp"
namespace osrm
{
namespace json = osrm::util::json;
}
#endif