From cb30f4668e57516495b5aa97821cf39bc579e956 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 7 May 2014 16:45:48 +0200 Subject: [PATCH] fix broken include --- Library/OSRM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OSRM.h b/Library/OSRM.h index 0981a1638..16b9977cc 100644 --- a/Library/OSRM.h +++ b/Library/OSRM.h @@ -28,7 +28,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef OSRM_H #define OSRM_H -#include +#include class OSRM_impl; struct RouteParameters;