diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-16 18:57:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-16 18:57:51 +0200 |
commit | c3258606e206f91e89c2451c6afb6fb4fd96a11f (patch) | |
tree | bf4cd788396f8c8ac8987c55d27ad8a92e4acbd8 /test | |
parent | d71c3ca30ea79d6a54446be8c5a9da169d7ccd1e (diff) |
wa
Diffstat (limited to 'test')
-rw-r--r-- | test/rtree.cpp | 1 | ||||
-rw-r--r-- | test/save.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/rtree.cpp b/test/rtree.cpp index 16e89659..bc8d9e22 100644 --- a/test/rtree.cpp +++ b/test/rtree.cpp @@ -4,6 +4,7 @@ #include "src/RTree.hpp" #include "src/nanosecond.inl" #include "loader/loader.hpp" +#include "compat/borrowed-ptr.inl" namespace floormat { diff --git a/test/save.cpp b/test/save.cpp index e30a02fb..04c9810c 100644 --- a/test/save.cpp +++ b/test/save.cpp @@ -10,6 +10,7 @@ #include "src/nanosecond.inl" #include "loader/loader.hpp" #include "loader/scenery-cell.hpp" +#include "compat/borrowed-ptr.inl" #include <Corrade/Utility/Path.h> namespace floormat { |