From fc1378e218f46995bda807f583487df8ab5afcce Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 6 Oct 2023 23:21:57 +0200 Subject: a --- src/path-search.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/path-search.cpp') diff --git a/src/path-search.cpp b/src/path-search.cpp index 8dfc8c23..e1c58742 100644 --- a/src/path-search.cpp +++ b/src/path-search.cpp @@ -1,10 +1,11 @@ #include "path-search.hpp" #include "global-coords.hpp" -#include "object.hpp" #include "world.hpp" +#include "pass-mode.hpp" #include "RTree-search.hpp" #include "compat/function2.hpp" #include +#include #include namespace floormat { -- cgit v1.2.3