osrm-backend/include/osrm/json_container.hpp

12 lines
171 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