From f0dbe0deb96d7e904301f37065c850100ae12630 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 21 Nov 2014 09:35:20 +0100 Subject: [PATCH] fix compilation --- UnitTests/Algorithms/DouglasPeuckerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/Algorithms/DouglasPeuckerTest.cpp b/UnitTests/Algorithms/DouglasPeuckerTest.cpp index 76f0ba38c..2c0c54e98 100644 --- a/UnitTests/Algorithms/DouglasPeuckerTest.cpp +++ b/UnitTests/Algorithms/DouglasPeuckerTest.cpp @@ -1,4 +1,4 @@ -#include "../../Algorithms/DouglasPeucker.h" +#include "../../Algorithms/douglas_peucker.hpp" #include "../../DataStructures/SegmentInformation.h" #include "../../Include/osrm/Coordinate.h"