19 lines
203 B
C++
19 lines
203 B
C++
|
#ifndef OSRM_CUSTOMIZER_IO_HPP
|
||
|
#define OSRM_CUSTOMIZER_IO_HPP
|
||
|
|
||
|
#include "customizer/edge_based_graph.hpp"
|
||
|
|
||
|
#include "storage/io.hpp"
|
||
|
|
||
|
namespace osrm
|
||
|
{
|
||
|
namespace customizer
|
||
|
{
|
||
|
namespace io
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif
|