From b47f6164b82c166afb6d560caa3ffb79db15c7b7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 14 Jul 2024 16:03:57 +0200 Subject: w --- compat/borrowed-ptr-fwd.hpp | 1 + compat/borrowed-ptr.inl | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/borrowed-ptr-fwd.hpp b/compat/borrowed-ptr-fwd.hpp index 8386decc..38927cc6 100644 --- a/compat/borrowed-ptr-fwd.hpp +++ b/compat/borrowed-ptr-fwd.hpp @@ -1,6 +1,7 @@ #pragma once namespace floormat { +struct bptr_base; template class bptr; template bptr static_pointer_cast(const bptr& p) noexcept; template bptr(T* ptr) -> bptr; diff --git a/compat/borrowed-ptr.inl b/compat/borrowed-ptr.inl index 68a545d6..e7b4bbbd 100644 --- a/compat/borrowed-ptr.inl +++ b/compat/borrowed-ptr.inl @@ -1,7 +1,6 @@ #pragma once #include "borrowed-ptr.hpp" #include "compat/assert.hpp" -#include #define FM_BPTR_DEBUG -- cgit v1.2.3