diff options
Diffstat (limited to 'src/path-search.cpp')
-rw-r--r-- | src/path-search.cpp | 3 |
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 { |