From 23188750272c89ce88e6944b43683f29be04affc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 6 Oct 2023 19:37:12 +0200 Subject: a --- src/path-search-result.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/path-search-result.hpp b/src/path-search-result.hpp index ea00cd85..fcd116fc 100644 --- a/src/path-search-result.hpp +++ b/src/path-search-result.hpp @@ -1,5 +1,6 @@ #pragma once #include "src/global-coords.hpp" +#include "compat/defs.hpp" #include #include @@ -27,6 +28,7 @@ private: struct node { friend struct path_search_result; + friend struct test_app; node() noexcept; fm_DECLARE_DELETED_COPY_ASSIGNMENT(node); -- cgit v1.2.3