From ba6641ed9a490453015e7e4a4781706fc82ca4a5 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 9 Dec 2013 12:03:02 -0500 Subject: [PATCH] fix node-OSRM build, https://github.com/DennisOSRM/node-OSRM/issues/19 --- Library/OSRM.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/OSRM.h b/Library/OSRM.h index dfbab87bc..f5d605d25 100644 --- a/Library/OSRM.h +++ b/Library/OSRM.h @@ -34,6 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "../Server/DataStructures/RouteParameters.h" #include "../Server/DataStructures/SharedBarriers.h" #include "../Server/DataStructures/BaseDataFacade.h" +#include "../Util/ProgramOptions.h" #include "../Util/ServerPaths.h" #include