diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-24 14:18:59 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-24 14:18:59 +0100 |
commit | df707da114b91a9d20976fc37c2efce0cd3cb26a (patch) | |
tree | 6bb45de05c3fc299fbc987e77f595a117e3d07f8 /src | |
parent | 6979582bef906b433ecf63e80bb5ed51b596d8c0 (diff) |
d
Diffstat (limited to 'src')
-rw-r--r-- | src/search-result.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search-result.cpp b/src/search-result.cpp index a35bc65a..8e21f8aa 100644 --- a/src/search-result.cpp +++ b/src/search-result.cpp @@ -4,8 +4,8 @@ #include "compat/vector-wrapper.hpp" #include "search-node.hpp" #include "src/point.hpp" -#include <Corrade/Containers/ArrayView.h> -#include <utility> +#include <cr/ArrayView.h> +#include <mg/Functions.h> namespace floormat { |