diff --git a/include/engine/geospatial_query.hpp b/include/engine/geospatial_query.hpp index fddacf2ca..b572b8f79 100644 --- a/include/engine/geospatial_query.hpp +++ b/include/engine/geospatial_query.hpp @@ -8,9 +8,10 @@ #include "osrm/coordinate.hpp" -#include -#include #include +#include +#include +#include // Implements complex queries on top of an RTree and builds PhantomNodes from it. //