From 24b89cc7d168d93c154a22f8bc95c8a3afc2f54a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 24 Feb 2024 01:23:36 +0100 Subject: move astar header to its own file --- src/path-search.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/path-search.cpp') diff --git a/src/path-search.cpp b/src/path-search.cpp index 2b93ad14..f9ea1a29 100644 --- a/src/path-search.cpp +++ b/src/path-search.cpp @@ -1,4 +1,5 @@ #include "path-search.hpp" +#include "astar.hpp" #include "global-coords.hpp" #include "world.hpp" #include "pass-mode.hpp" -- cgit v1.2.3