summaryrefslogtreecommitdiffhomepage
path: root/src/path-search.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-06 23:21:57 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-06 23:21:57 +0200
commitfc1378e218f46995bda807f583487df8ab5afcce (patch)
tree3a115e7c18aa9f5939a941085f079d1f51428a86 /src/path-search.cpp
parent7b70be56325e1d6f69b4a4ccc51a085aa51b0228 (diff)
a
Diffstat (limited to 'src/path-search.cpp')
-rw-r--r--src/path-search.cpp3
1 files changed, 2 insertions, 1 deletions
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 <Corrade/Containers/PairStl.h>
+#include <Magnum/Math/Functions.h>
#include <Magnum/Math/Range.h>
namespace floormat {