diff options
Diffstat (limited to 'editor/tests/path-test.cpp')
-rw-r--r-- | editor/tests/path-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index 8589829b..bdaeaae0 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -4,10 +4,10 @@ #include "compat/vector-wrapper.hpp" #include "floormat/main.hpp" #include "src/search-astar.hpp" +#include "src/search-result.hpp" #include "src/critter.hpp" #include "shaders/shader.hpp" #include "../imgui-raii.hpp" -#include "src/camera-offset.hpp" #include <Magnum/Math/Functions.h> #include <Magnum/Math/Color.h> |