Update io_config.cpp
This commit is contained in:
parent
5c6e9994ed
commit
ada746ae99
@ -10,10 +10,11 @@ namespace osrm
|
|||||||
{
|
{
|
||||||
namespace storage
|
namespace storage
|
||||||
{
|
{
|
||||||
|
|
||||||
|
namespace fs = boost::filesystem;
|
||||||
|
|
||||||
bool IOConfig::IsValid() const
|
bool IOConfig::IsValid() const
|
||||||
{
|
{
|
||||||
namespace fs = boost::filesystem;
|
|
||||||
|
|
||||||
bool success = true;
|
bool success = true;
|
||||||
for (auto &fileName : required_input_files)
|
for (auto &fileName : required_input_files)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user