diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-06 19:25:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-06 19:25:46 +0200 |
commit | 98b6f14c8c27898da75a8c556b9c240c388ba6dc (patch) | |
tree | a4711a8769e65b048a11f39c4c705743f69129c6 /test | |
parent | 2085e643eb422eedba887c40ff4c6331f6f247c2 (diff) |
fix up borrowed-ptr include layout
Diffstat (limited to 'test')
-rw-r--r-- | test/bptr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bptr.cpp b/test/bptr.cpp index e4672d66..b254f295 100644 --- a/test/bptr.cpp +++ b/test/bptr.cpp @@ -1,5 +1,6 @@ #include "app.hpp" #include "compat/borrowed-ptr.inl" +#include "compat/borrowed-ptr-cast.hpp" #include "compat/assert.hpp" #include "compat/defs.hpp" #include <array> |