From cc08a45c310f5b24cc465a5200be006848327084 Mon Sep 17 00:00:00 2001 From: elsid Date: Wed, 30 Jun 2021 20:02:08 +0200 Subject: [PATCH] Move include where it is needed --- components/detournavigator/findsmoothpath.cpp | 2 ++ components/detournavigator/findsmoothpath.hpp | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/detournavigator/findsmoothpath.cpp b/components/detournavigator/findsmoothpath.cpp index ae4ab497ef..5871d05fa3 100644 --- a/components/detournavigator/findsmoothpath.cpp +++ b/components/detournavigator/findsmoothpath.cpp @@ -1,5 +1,7 @@ #include "findsmoothpath.hpp" +#include + #include #include diff --git a/components/detournavigator/findsmoothpath.hpp b/components/detournavigator/findsmoothpath.hpp index 3a5a1f57fc..5b1ec32fa1 100644 --- a/components/detournavigator/findsmoothpath.hpp +++ b/components/detournavigator/findsmoothpath.hpp @@ -14,9 +14,8 @@ #include #include -#include - #include + #include #include