From cf81583aba62687e7e1ab1057332cea4bc8e3310 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 6 May 2024 21:38:45 +0200 Subject: [PATCH] Add include for --- include/guidance/turn_instruction.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/guidance/turn_instruction.hpp b/include/guidance/turn_instruction.hpp index beffda0c8..ce7bb7bc0 100644 --- a/include/guidance/turn_instruction.hpp +++ b/include/guidance/turn_instruction.hpp @@ -1,13 +1,14 @@ #ifndef OSRM_GUIDANCE_TURN_INSTRUCTION_HPP_ #define OSRM_GUIDANCE_TURN_INSTRUCTION_HPP_ -#include -#include - #include "guidance/roundabout_type.hpp" #include "util/attributes.hpp" #include "util/typedefs.hpp" +#include +#include +#include + namespace osrm::guidance {