use boost program_options in osrm-prepare/routed

This commit is contained in:
Emil Tin
2013-08-19 22:41:46 +02:00
parent b80cda66a9
commit 613e38d7f8
24 changed files with 296 additions and 269 deletions
+5
View File
@@ -21,6 +21,9 @@ or see http://www.gnu.org/licenses/agpl.txt.
Custom validators for use with boost::program_options.
*/
#ifndef PROGAM_OPTIONS_H
#define PROGAM_OPTIONS_H
#include "OSRMException.h"
#include <boost/any.hpp>
@@ -53,3 +56,5 @@ namespace boost {
}
}
}
#endif /* PROGRAM_OPTIONS_H */