Added osrm-customizer tool

This commit is contained in:
Michael Krasnyk
2017-03-06 15:50:04 +01:00
committed by Patrick Niklaus
parent bc2e06502e
commit 3f6ae245f6
11 changed files with 316 additions and 31 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
#include <boost/test/unit_test.hpp>
#include "customizer/cell_customizer.hpp"
#include "partition/cell_storage.hpp"
#include "partition/multi_level_partition.hpp"
#include "util/static_graph.hpp"
@@ -21,7 +20,7 @@
} while (0)
using namespace osrm;
using namespace osrm::customizer;
using namespace osrm::customize;
using namespace osrm::partition;
using namespace osrm::util;