diff options
Diffstat (limited to 'src/path-search-result.hpp')
-rw-r--r-- | src/path-search-result.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/path-search-result.hpp b/src/path-search-result.hpp index 8987a041..b12b23d3 100644 --- a/src/path-search-result.hpp +++ b/src/path-search-result.hpp @@ -1,11 +1,11 @@ #pragma once -#include "src/global-coords.hpp" #include "compat/defs.hpp" +#include "compat/vector-wrapper-fwd.hpp" +#include "src/global-coords.hpp" #include <Corrade/Containers/Pointer.h> namespace floormat { -template<typename T> struct vector_wrapper; struct point; struct path_search_result final |